This is repository for the ALS demos website.
The rest of this readme is for building running this website.
- Clone the repo.
- Run
npm installto install dependencies - Run
npm run buildto build the website. The bundle will be indistdirectory.
Requires http-server package to be installed.
- Run
npm run serveto run on a local server. - Run
npm run build-and-serveto build and run on a local server.
Serve the dist directory and dist/index.html as an entry point.