/specialsarelikeeveryone

Social charity project.

Primary LanguageCSS

Node.js CI

Social charity project •


Overview

This repository contains the source code for the new [website]. The site is written using Next.js and Tailwindcss.

Building

1: Clone the repository.

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

2: Install Dependencies

Run this command at the root folder to install dependencies:

make setup

3: Run Build Script

To build the site in development mode, simply run the following command:

make dev

4: Compiling

To simply build a production bundle, use the following script:

make build

Start

make start