Evaluator
Setup
Dependencies
Clone this repository
And replace $$your-project-name$$
with your new package's name.
$ git clone git@github.com:SeasonedSoftware/seasoned-evaluator.git $$your-project-name$$
$ cd $$your-project-name$$/
Install dependencies and run the scaffold
$ yarn
Set up some configs
Run the following command and follow the instructions on terminal:
$ yarn scaffold
Run the server
$ yarn start
Setup the example app
Open another terminal tab from the same root folder and run:
$ cd example/
$ yarn
$ yarn start
There you go!