Skip to content

Not!ce is an AI-powered note-taking platform that helps you focus on your ongoing course

Notifications You must be signed in to change notification settings

notice-project/notice

Repository files navigation

Not!ce

Prerequisites

  • Node.js 20

    • It's recommended to use nvm to manage your Node.js versions

      nvm install v20.10.0
  • pnpm

Developing

  1. Clone the repository

    # Clone with SSH
    git clone git@github.com:notice-project/notice.git
    
    # Clone with HTTPS
    git clone https://github.com/notice-project/notice.git
  2. Install dependencies

    pnpm install
  3. 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

Building

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.

About

Not!ce is an AI-powered note-taking platform that helps you focus on your ongoing course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •