Hey there, we are glad you are interested in making yet another impact with NaijaHacks, we are optimistic on what you would help the community achieve.
This project has a simple setup, we have intended to use vanilla Javascript
, HTML
, and css/scss
.
To make the development experience smoother, this project uses webpack to bundle assests. You may wish to go through their documentations here.
To start contributing,
- Get a copy of the repo by cloning or forking the repo.
- Open project in console and run
npm install
oryarn install
. This should install all needed dependecies required. - Run
npm start
oryarn start
to start the app in development mode. - Branch off to the task you want to work on.
git checkout -b <branch name>
. You are advised not to work on themaster
branch.
NOTE: The dev server runs on localhost:7000