hobbes.codes is a portfolio website built using various essential dependencies such as Next.js, React, Tailwind CSS, and TypeScript. It utilizes libraries like Ark UI, Geist, and Zustand for enhanced functionality and design.
1.Clone the hobbes.codes repository:
git clone https://github.com/hobbescodes/hobbes.codes
2.Install the dependencies with one of the package managers listed below:
bun install
- Set up your environmental variables appropriately with the following steps:
cp .env.local.template .env.local
Fill in appropriate values for NEXT_PUBLIC_SUPABASE_URL
and NEXT_PUBLIC_SUPABASE_ANON_KEY
within your .env.local
file. More information about these variables can be found in the Supabase NextJS Quickstart Guide.
4.Start the development mode:
bun dev
This project is licensed under the MIT License - see the MIT License file for details.