First, download the project from github by running:
git clone https://github.com/trichh/levity.git
Then, change directories to the project and install the dependencies from package.json by running:
npm install
Next, start the application's local environment by running:
npm run start
This will:
Run the app in development mode. Open http://localhost:3000 to view it in your browser.
You can also run test scripts by running:
npm run test