Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 565 Bytes

File metadata and controls

36 lines (25 loc) · 565 Bytes

icon

Planner

An app that keeps track of and organises notes and reminders hat I built using NextJS. You can visit it here

Installation

  1. Install the required dependencies

    npm install
  2. Start the development server

    npm run dev

Building for production

  1. Generate a production build

    npm run build
  2. Start the server

    npm start