- Read more at https://tokenhost.com
-
configure the json for your site in contracts.json using tokenhost.com or https://github.com/tokenhost/tokenhost-www or just use default example to make a Job site
-
install deps ie npm, yarn. currently node v19.7.0 is working great
-
Compile and dev your site:
yarn
yarn run build
- you have now built your new site. This sin the folder site, to interact with it go to http://localhost:3000 after:
cd site
yarn run dev
- init a new git repo in the site folder and use that as the basis for your new dapp