Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 564 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 564 Bytes

Development

Install dependencies:

yarn

Now, you can start a local web server by running:

yarn run dev

And then open http://localhost:3000/ to view it in the browser.

Available Scripts

In this project, you can run the following scripts:

Script Description
yarn run dev Runs the app in the development mode.
yarn run build Builds the app for production to the .next folder.