Skip to content

alisonmonteiro/dsnapp

Repository files navigation

DSN App

Dead Simple Notes App. A simple experiment created with Next.js, Tailwind, TypeScript, Shadcn/UI, and Supabase. This was created to explore some of Supabase's functionalities.

Getting Started

  1. Create a Supabase account and start a new project. After that, create a new table using this script.

  2. Create an .env file based on the .env.example provided in this repository.

cp .env.example .env
  1. Run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev

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

About

Simple notes app - exploring Supabase and Shadcn/UI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published