ashwinjadhav818 / Code-Snippet-Repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Source code for the Next.js crash course project that uses Tailwind CSS, SWR, React Hook Form, and FaunaDB!

Working Demo

Getting Started

  1. Sign up for a free account at FaunaDB.

  2. Copy the .env.local.example file to .env.local and fill in your FAUNA_SECRET.

  3. Create a collection in Fauna called snippets.

  4. Run the development server:

npm run dev
# or
yarn dev

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

About


Languages

Language:JavaScript 94.9%Language:CSS 5.1%