Installation
There are 2 ways to install OpenNotas.
Install the PWA app directly
- Access the link https://opennotas.io/install
- Click on the Install button to proceed with the PWA app installation on your device.
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!