Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 267 Bytes

File metadata and controls

22 lines (15 loc) · 267 Bytes

app.co

Website

The website is a next.js application. To begin, install the required dependencies:

yarn

To run the development server:

yarn dev

To build for production:

yarn build