- Download
dev
branch of this repository. - Run
npm install --global ava
to install ava cli. - Run
npm install
to install dependencies. - Run
npm start
to run development server. - Run
npm run build
to create production files in build directory.
dev
branch of this repository.npm install --global ava
to install ava cli.npm install
to install dependencies.npm start
to run development server.npm run build
to create production files in build directory.