Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.11 KB

This is a Next.js project bootstrapped with create-next-app.

Noticon

Noticon, is a humble imitation (for the time being, trying to be), of the well known Notion - as you might have already guessed from the name.

##Tech Stack This project is built using:

  • Next.js
  • TypeScript
  • Tailwind CSS
  • Convex
  • BlockNote

For the initial part, codebase actually refers to CodeWithAntonio. But changes have been made at certain points and on further additions on the project.

##Further Additions Further additions to the project have been planned using relevant information from Notion users, obtained through online forums and user interviews. These additions will be made as soon as possible!

Getting Started

First, install the required dependencies by running

npm install

Then start the development server, by running

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.