Base setup.
- Setup
- Development
- Training classifier
First setup directory and install Node dependencies:
git clone https://github.com/mauvm/base
cd base
yarn install
Configure the project:
cp .env.example .env
chmod 600
# Add configuration values to .env
edit .env
Finally, run the database migrations:
yarn knex migrate:latest
Run the following command for development:
yarn dev
The script will be restarted on file changes.
Before committing code, run:
yarn lint
yarn test
- List to do's here
- List quirks and caveats here
See LICENSE
file.