Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.31 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.31 KB

This is a Dribble clone project via an online tutorial.

The application is built upon TypeScript, Next.js, Cloudinary, Grafbase and Tailwind CSS. The application was deployed on Vercel.

Giggers Homepage

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev

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

You will need to use Grafbase for this application. In this project, the Grafbase setup as below:

# to install Grafbase to project
npm install @grafbase/sdk --save-dev

# to initialize setup
npx grafbase init --config-format typescript

# to start dev environment via http://127.0.0.1:4000
npx [email protected] dev

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!