The following instructions should help you get your development environment up and running so that you can make changes and test code locally.
-
For starters, if you don't already have Node.js, download it from here.
-
Clone this repository into a folder on your computer. Preferably, the folder should be empty.
-
Request the
config.env
file from Zavid and place it in thesrc
directory. -
Open a command prompt / terminal and navigate to
src
. Then run the following command to install this project's dependencies i.e. thenode_modules
:npm install
-
Run the following command to start the project in development mode:
npm run dev
-
On any internet browser, go to
http://localhost:3000
. The website should be running in development mode.
Before contributing code to this repository, please read our contributing guidelines.