A Landing page for http://vaderprotocol.org/
- make sure you have nodejs 14+ installed
- if you have
nvm
installed, just runnvm use
in root
- if you have
- run
yarn
to install dependencies - run
yarn dev
to start local hot reloading server- server will be running at http://localhost:8080
run yarn build
to get built artifact, Which will be dist
folder in root.