8000 GitHub - RishiA/notessite: Apple notes-inspired website
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

RishiA/notessite

 
 

Repository files navigation

Getting Started

Set up the database

This project uses Supabase as a backend. To set up the database, create a new project, enter your project details, and wait for the database to launch. Navigate to the SQL editor in the dashboard, paste the SQL from the migration file into the SQL editor and press run. You can also use the Supabase CLI to do this locally.

Grab the project URL and anon key from the API settings and put them in a new .env.local file in the root directory as shown:

NEXT_PUBLIC_SUPABASE_URL="<your-supabase-url>" 
NEXT_PUBLIC_SUPABASE_ANON_KEY="<your-anon-key>"

Install dependencies

npm install

Run the application

Run the application in the command line and it will be available at http://localhost:3000.

npm run dev

Deploy

Deploy using Vercel

License

Licensed under the MIT license.

About

Apple notes-inspired website

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 92.0%
  • CSS 3.9%
  • PLpgSQL 3.9%
  • JavaScript 0.2%
0