Home of BLATT 3000, built with static-generator.
Run the following commands to bootstrap the development environment:
git clone git@github.com:blatt3000/blatt3000.git
cd blatt3000
npm install
Open your browser on localhost:5000 after you started the local server via:
npm start
Generate all files via:
npm run build
Use this task to clear all generated files for production-use:
npm run clear
And this task to watch for changes:
npm run watch