logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install streetwriters/notesnook. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

streetwriters/notesnook Installation Guide

How to install streetwriters/notesnook. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for streetwriters/notesnook. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i streetwriters/notesnook
or

Install via npx

npx @hexmos/ipm i streetwriters/notesnook

Prerequisites

Node.js

language

Version: >=16.0.0

Required for the monorepo environment. Version 16 or 18 is recommended.

NPM

package_manager

Version: >=8.0.0

Notesnook explicitly uses NPM (not Yarn or PNPM) for its monorepo management.

Git

system_tool

Used to fetch the source code and manage the internal cryptography submodules.

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Monorepo Build

git clone https://github.com/streetwriters/notesnook.git

cd notesnook

npm install

npm run bootstrap

Post Installation Steps

  • To start the web client, run: `npm run start:web` from the root directory.
  • To build the desktop app (Electron), run: `npm run build:desktop`.
  • To start the mobile development server, navigate to `apps/mobile` and run `npm start`.
  • The web app will be accessible at http://localhost:3000 by default.