This repository contains a lightweight website for Aspen the Animal Baby social media profiles. I really just didn't want to pay $15/month for Linktree.
First, run the following command to install dependencies in the project:
make install
Next, run the following commands to run the development server locally:
make run
# or start the server and open the app in a new browser tab
make run-open
To create a production version of the app:
make build