This project is aimed at revamping and enhancing the website for VATSIM Scandinavia using AstroJS.
VATSIM Scandinavia is a division of the VATSIM network dedicated to providing realistic air traffic control and flight simulation experiences in the Scandinavian region. This project focuses on developing a modern and efficient website using AstroJS.
- Modern Design: Utilizes the latest web technologies to provide a visually appealing and user-friendly interface.
- Static Site Generation: Generates static HTML files, resulting in faster load times and improved performance.
- SEO Friendly: Optimized for search engines to ensure better discoverability.
- Responsive: Designed to work seamlessly across various devices and screen sizes.
- Customizable: Easily customizable to fit the specific requirements and preferences of VATSIM Scandinavia.
To install and run this project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/vatsim-scandinavia-website.git
-
Navigate to the project directory:
cd home
-
Install dependencies:
npm i
Run local dev
npm run dev
Run build
npm run build
The compiled website will be available in the dist directory.
Contributions are welcome! If you'd like to contribute to this project, please follow these guidelines:
- Fork the repository.
- Create a new branch (git checkout -b feature/your-feature).
- Make your changes.
- Commit your changes (git commit -am 'Add some feature').
- Push to the branch (git push origin feature/your-feature).
- Create a new Pull Request.