If you want to see the current progress and what im planning to do next you can check out the TODO.md file.
This is the source code for my personal website, www.lukebrannagan.com.
First install the required dependencies:
npm install
Then, create a .env.local
file in the root of the project and add the following environment variables from the .env.example file.
Next, run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
OR
run storybook:
npm run storybook
Open http://localhost:6006 with your browser to see the result.