Skip to content
This repository has been archived by the owner on Dec 23, 2022. It is now read-only.

Latest commit

 

History

History
32 lines (21 loc) · 506 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 506 Bytes

Collate Notes

This application is not actively maintained anymore.

You are welcome to fork it and create your own note taking application. Licensed under MIT, so have at it.

Download

Download the final release of Collate

Quickstart

Install dependencies

npm install

Run development server

npm run dev

Build for platform

npm run build:mac
npm run build:linux
npm run build:win32
npm run build:win64