Skip to content

Latest commit

 

History

History
46 lines (29 loc) · 1.6 KB

File metadata and controls

46 lines (29 loc) · 1.6 KB

TBD Developer Site

We build decentralized platforms, protocols, and tools that empower every individual to own their data and participate in the global economy.

Getting started

This project was boostrapped with Docusaurus.

Development Dependencies

  • Node.js — v16.14.2, latest LTS at project kickoff

Development Setup

Install application dependencies by executing the following within the root of the repository:

npm install --legacy-peer-deps

Development Mode

The following command will run the application in development mode and open http://localhost:3000/ to view it in your browser.

npm run start

The 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.

Production Build

The following command will build the application for production. Contents will be generated within the /build directory.

npm run build

Learn More