Website repository of id.js.org
- Just clone/ pull
- run
npm install
Run npm run server
, point browser to http://localhost:4000
or http://127.0.0.1:4000
if your /etc/hosts
has been changed.
Run npm run deploy
. This deployment will create static sites on public
directory, you can use 3rd party modules like hostr to check either it works or not.