- Install nodejs v12 and npm v7.
- Clone the repo.
- Inside the local repo directory, install the dependencies:
npm install .
- Build both development and production version:
npm run build
- To see other useful scripts:
npm run
- Building the development version will remove any outdated companion production version.
- To see other useful scripts:
- Host the repo directory on a local webspace.
- Consider protecting that webspace based on your security policies.
- On Ubuntu, one easy way to setup a temporary webserver for this repo
is to use python's webserver module. Refer to the
pyhttpd
entry ofnpm run
for an example command line.
- Try some of the HTML examples mentioned in the repo's main readme, by navigating your browser to the URL of that file on your webspace.