Skip to main content

Installation

There are 2 ways to install OpenNotas.

Install the PWA app directly

Build from source code

Note: Requires Node.js version >= 18.

Step 1: Clone the source code from GitHub:

$ git clone https://github.com/tonghoai/opennotas.git
$ cd opennotas

Step 2: Install dependencies

$ npm install

Step 3: Start the application

$ npm run dev

The application will run on port 3000.

Access http://localhost:3000/app to start using it!