Welcome to the SeriniCraft repository! This project is a static website built with pure HTML, CSS, and JavaScript. The site is deployed using GitHub Pages and can be accessed Serini.com
- Project Overview
- Features
- Setup and Installation
- Usage
- Deployment
SeriniCraft is a project developed as part of the First Year Web Technology course. The project demonstrates the use of fundamental web technologies to create an engaging and interactive static website.
- Responsive design
- Interactive elements
- Modern HTML, CSS, and JavaScript practices
- Deployed using GitHub Pages
To set up the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/first-year-web-technology-project/SeriniCraft.git
-
Navigate to the project directory:
cd SeriniCraft
-
Open the project in your preferred code editor.
To view the website locally, simply open the index.html
file in a web browser. You can use a live server extension in your code editor for a better development experience.
The site is automatically deployed using GitHub Pages. Use gh-pages
branch for deployment, ensure you push your changes to the gh-pages
branch. Follow these steps to deploy any changes:
-
Checkout the
gh-pages
branch:git checkout gh-pages
-
Merge changes from main (if necessary):
git merge main
-
Push to the
gh-pages
branch:git push origin gh-pages