Skip to content

First-Year-Web-Technology-Project/SeriniCraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SeriniCraft

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

Team Members

Table of Contents

  • Project Overview
  • Features
  • Setup and Installation
  • Usage
  • Deployment

Project Overview

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.

Features

  • Responsive design
  • Interactive elements
  • Modern HTML, CSS, and JavaScript practices
  • Deployed using GitHub Pages

Setup and Installation

To set up the project locally, follow these steps:

  1. Clone the repository:

    git clone https://github.com/first-year-web-technology-project/SeriniCraft.git
  2. Navigate to the project directory:

    cd SeriniCraft
  3. Open the project in your preferred code editor.

Usage

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.

Deployment

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:

  1. Checkout the gh-pages branch:

    git checkout gh-pages
  2. Merge changes from main (if necessary):

    git merge main
  3. Push to the gh-pages branch:

    git push origin gh-pages

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •