Welcome to the repository for the official website of Spectre, a fictional rock band. This project showcases an engaging and essential website, leveraging contemporary web technologies, including HTML5, CSS3, and vanilla JavaScript. Primarily, this endeavor served as a personal hands-on training experience to sharpen my skills in HTML, CSS, and JavaScript. Moreover, the project seamlessly integrates Vite.js, a robust build tool known for accelerating and streamlining the development process of cutting-edge web projects.
Click here to see a live demo of the website.
- HTML5
- CSS3
- JavaScript
- Vite.js
Before you start, ensure you have Node.js and npm installed on your local development machine.
Here are the steps to setup the project on your local machine:
- Clone the repository:
git clone https://github.com/Barata-Ribeiro/spectre_band.git
- Navigate to the project directory:
cd spectre_band
- Install the dependencies:
npm install
- Start the development server:
npm run dev
You can now open your browser and check the link Vite provides to view the application.
We welcome contributions to the Spectre Band website! Here's how you can help:
- Fork the project.
- Create a new branch (
git checkout -b feature_branch
). - Make your changes in the new branch.
- Commit your changes (
git commit -am 'Add some feature'
). - Push to the branch (
git push origin feature_branch
). - Create a new Pull Request.
Please make sure your code adheres to our coding conventions and standards. We use ESLint and Prettier to enforce a consistent coding style, so we recommend you to install them as your project dev dependencies.
This project is licensed under the MIT License - see the LICENSE file for details.