- Login with Magic Link provided by Supabase.io
- Create and Manage multiple projects, pallets and colors
- Export Each pallet to Tailwind Color config, Sass variables or CSS Variables (Naming convention is inspired by Tailwind Color Names)
- You can either browse the app deployed on Vercel here
or
- Create an account at supabase.io and create a project for this repository
- You can create the table using the SQL included in the repo.
supabase.sql
- For more detailed instruction on creating table and getting started on Supabase, you can follow here
- Clone the repository to your projects folder
- Install dependencies by running
yarn
with in the repository root folder - Add a
.env.local
file with below contents
NEXT_PUBLIC_SUPABASE_URL=Your supabase account url
NEXT_PUBLIC_SUPABASE_ANON_KEY=your supabase account anonymous key
- Run
yarn dev
and visithttp://localhost:3000/
to view your project running locally
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
- Learn Supabase.io - official documentation for supabase.
- Learn Tailwind CSS - official documentation for Tailwind CSS.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.
Check out our Next.js deployment documentation for more details.