-
-
It's recommended to use nvm to manage your Node.js versions
nvm install v20.10.0
-
-
Clone the repository
# Clone with SSH git clone [email protected]:notice-project/notice.git # Clone with HTTPS git clone https://github.com/notice-project/notice.git
-
Install dependencies
pnpm install
-
Start the development server
pnpm dev
Or, if you want to start the server and open the app in a new browser tab:
pnpm dev -- --open
To create a production version of your app:
npm run build
You can preview the production build with npm run preview
.
To deploy your app, you may need to install an adapter for your target environment.