This repository contains the source code for the new [website]. The site is written using Next.js and Tailwindcss.
This will create a local copy of this repository and navigate you to the root folder of the repository.
git clone https://github.com/boldurean/specialsarelikeeveryone.git
Run this command at the root folder to install dependencies:
make setup
To build the site in development mode, simply run the following command:
make dev
To simply build a production bundle, use the following script:
make build
make start