Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

wavly/notes

Repository files navigation

Logo

Open Source Note taking app designed for the community

🚀 Getting Started

Prerequisites

Installation and Setup

  • Clone the repository:

    git clone https://github.com/wavly/notes
  • Navigate to the project directory:

     cd notes
  • Install dependencies:

    pnpm install

Development

  • pnpm dev To start the dev server
  • pnpm build To build the static site into ./build
  • pnpm preview To preview the builded site in ./build ( no dev environment )