Published on

Augusta Christian Academy

Authors
  • avatar
    Name
    Robert Turner
    Twitter
    @rt3me

Introduction

A new website built for a school starting in 2023, this site was built with React, Next.js, and Tailwind CSS. The site is deployed to Vercel from GitHub automatically with every new push to the repository.

Augusta Christian Academy

Usage

Clone the repository and install dependencies

git clone https://github.com/rt3me/acacademy
cd acacademy
npm install

Start the local development server to view the project at localhost:3000

npm run dev

Build a production version of the project and start the local server at localhost:3000

npm run build
npm run start