Skip to content

SophiaLinetti/Cottage-App

Folders and files

NameName
Last commit message
Last commit date
Mar 27, 2024
Apr 4, 2024
Apr 23, 2024
Apr 23, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024
Apr 23, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024
Mar 27, 2024
Apr 4, 2024
Apr 4, 2024
Mar 27, 2024
Apr 4, 2024

Repository files navigation

New Next Project

Local Development

To work locally, please install the dependencies using npm i first.

Run npm run dev to start a development server and open the displayed URL in a browser.

Use npm run test to run the tests.

Scripts

You can use the following commands:

  • npm run dev to start a development server
  • npm run build to build the project
  • npm run start to start a production server
  • npm run test to run the tests
  • npm run lint to run the linter