Documentation site for the Ethereal Offering Protocol, built with Docusaurus.
π Visit the Documentation Site β
This site was initialized using Docusaurus, a modern static site generator, and documents the Gratitude Token Project (the "Ethereal Offering Protocol") dApp.
- πΉοΈ Live dApp preview: gratitude-token-project_testPublish_2026-08-28 β the current public GitHub Pages preview of the app this documentation covers
- π¦ Preview source: github.com/drasticstatic/gratitude-token-project_testPublish_2026-08-28
Install dependencies:
yarnStart a local dev server (most changes reload live, no restart needed):
yarn startBuild static content into build/, servable by any static host:
yarn buildUsing SSH:
USE_SSH=true yarn deployNot using SSH:
GIT_USER=<your GitHub username> yarn deployIf using GitHub Pages, this builds the site and pushes to the gh-pages branch. Alternatively, with npm:
npm run build
USE_SSH=true npm run deploy
# or: GIT_USER=drasticstatic npm run deploySee Docusaurus | SetupGuide.md for the full setup and maintenance walkthrough.
Built and maintained by drasticstatic Β· w/ Docusaurus