Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 432 Bytes

File metadata and controls

36 lines (24 loc) · 432 Bytes

Trustless computer website

Requirements

The following dependencies are required to build and run this project, depending on your OS, they may already be installed:

  • Install node (v18 recommended)
  • Install yarn or npm

Installation

  1. Install dependencies:
npm
# or
yarn
  1. Start development server
yarn dev
# or
npm run dev
  1. Build
yarn build
# or
npm run build