We build decentralized platforms, protocols, and tools that empower every individual to own their data and participate in the global economy.
This project was boostrapped with Docusaurus.
- Node.js — v16.14.2, latest LTS at project kickoff
Install application dependencies by executing the following within the root of the repository:
npm install --legacy-peer-depsThe following command will run the application in development mode and open http://localhost:3000/ to view it in your browser.
npm run startThe page will reload when you make changes. You may also see lint errors in the console. The Docusaurus Remote Content plugin has a tendency to end up in a continuous loop of retrieving files. When this occurs, restart the development server.
The following command will build the application for production. Contents will be generated within the /build directory.
npm run build- Docusaurus — v2
- Docusaurus Remote Content Plugin
- React
- Tailwind CSS — v3
- EditorConfig — Configuration file format for defining coding styles in shared projects
- Prettier — An opinionated code formatter