A website I made for my small 21+ gaming/social community. Built with Astro and Tailwind CSS.
The website features a landing page, servers, rules, and more! Check it out here!
Firstly, clone the repository and install the dependencies:
# Clone the repository
git clone https://github.com/seriously-not-serious/website
# Change into the website directory
cd website
# Install dependencies
npm installNext, you may run the development server:
npx astro devTo build the website for production, run:
npx astro build