Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.2 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.2 KB

Memoir

An Electron application with React, TypeScript, Jotai, Tailwind

Recommended IDE Setup

Project Setup

Install

Run the command below in order to generate the node modules of the project

$ npm install

Development

$ npm run dev

Build

# Build For Windows
$ npm run build:win

# Build For MacOS
$ npm run build:mac

# Build For Linux
$ npm run build:linux

Gallery