An introductory course to NEAR for non-programmers
- built with VuePress 2
- used the VuePress Mix Theme
- Clone this repo
- Open your terminal cd to the root folder of this project and run
yarn
yarn dev
- spins up a dev server atlocalhost:8080
yarn clean
- cleans the directory using the configs fromlerna.json
yarn build
- builds the static site in thepublic
directory