Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 594 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 594 Bytes

Flexibble

Flexibble project is a (Dribble Clone) created using React Framework, Nextjs.

Installation:

First, clone the project and run command below to install all required dependencies

npm i --legacy-peer-deps

Before running the development server, get yourself a Grafbase API Url and Grafbase API Key, Google Client ID, NextAuth Secret and add:

NEXTAUTH_URL=http://localhost:3000

on your .env file.

Then, run the development server:

npm run dev

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