This is a Next.js project, with Typescript, Tailwind and React Context.
1: Clone this repository on to your local machine more information. If you have downloaded this project, ignore this step.
2: Install all the packages with:
npm install
or
yarn install
3: Run your dev server with:
npm run dev
or
yarn dev
4: Open http://localhost:3000 with your browser to see the result.