Skip to content

conradKE/Opensource-254.github.io

 
 

Repository files navigation

Node.js CI Gitter

opensource254

official website for opensource254

Requirements for Debian

# You are required to add Node.js PPA to your system provided by the Nodejs official website. We also need to install the software-properties-common package if not installed already

$  sudo apt-get install curl software-properties-common
$   curl -sL https://deb.nodesource.com/setup_14.x | sudo bash -


# After adding the required PPA file lets install Nodejs package. NPM will also be installed with node.js. This command will also install many other dependent packages on your system.

$ sudo apt-get install nodejs

Build Setup For this repo

# install dependencies
$ npm install

#run locally and serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

Our Projects

  1. Covid Web Kenya
    • Made with Vuejs and Vuetify for material design 😎
    • Progressive web app 😎
    • Gives information about Covid 19 In kenya 😎
  2. Covid 19 Tracker (Android)
    • Android Native with Java 🔥
    • Info about Covid 19 in kenya 🔥
  3. Covid 19 Tracker (Web)
    • React and Gastsby Js 🚀
    • PWA 🚀
    • Awesome UI 🚀
  4. Corona API
    • An API for all the historical data of Covid 19 📉
    • ExpressJS 📉

More aswesome stuff coming soon join us on Slack today

Releases

No releases published

Packages

No packages published

Languages

  • Vue 100.0%