Skip to content

thejadenode/amberwest-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

118 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AmberWest Digital

This repository contains the source code for a responsive, multi-page static website for a fictional creative agency called "AmberWest Digital." It was created as a proof-of-concept to learn and demonstrate modern frontend development practices, specifically Bootstrap.

Technology Stack

Project Structure

The main entry point for the site's styling is located at: src/scss/styles.scss

This file imports Bootstrap and all custom Sass partials, which are then processed by Vite during the build.

Getting Started

  1. Clone the repository:

    git clone https://github.com/your-username/amberwest-web.git
    cd amberwest-web
  2. Install dependencies:

    npm install
  3. Run the development server:

    npm run dev

    This will start a local development server and open the site in your browser.

  4. Build for production:

    npm run build

    This will create a dist folder with the optimized, production-ready files.

About

Code for Amber West Digital's main website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors