Skip to content

Latest commit

 

History

History
23 lines (23 loc) · 3.15 KB

README.md

File metadata and controls

23 lines (23 loc) · 3.15 KB

tea’s Decentralized Protocol

Contributor Issue Starts Last commit languages Issue

Stacks

Before executing the application, ensure that the required programming language toolchains are installed and that any necessary services are running, considering the various stacks used in its development.

Getting Started

Recommended Node.js v18+ or v20 to run.

Install the dependencies and devDependencies and start the server.

For Development

cd my-app
npm i
npm run dev

For production

cd my-app
npm i
npm run build

Verify the deployment by navigating to your server address in
your preferred browser.

http://localhost:3000

License

ISC