Skip to content

PublicDataWorks/notes-app

 
 

Repository files navigation

i'm obsessed with re-creating apple products. this one is a notes-inspired website that doubles as my personal website.

clone the repo

git clone https://github.com/alanagoyal/alanagoyal

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 app

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 92.2%
  • CSS 3.7%
  • PLpgSQL 3.4%
  • JavaScript 0.7%