Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 737 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 737 Bytes

HackGwinnett Blog

Welcome to the home repository of HackGwinnett's Blog!

Contributing

Check out CONTRIBUTING.md to learn how to write your own articles and get featured on our blog!

Tech Stack

HackGwinnett's blog is a frontend application built with Next.js. The website uses Tailwind CSS for styling and typography, Github Actions for Continuous Integration and Github Pages for Deployment.

Build instructions

# Install dependencies
npm install

# Run the development server
npm run dev

Open up localhost:3000 on your computer to see the live website.

For further build instructions, check out CONTRIBUTING.md.