Skip to content

eamonburns/piclub-website-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pi Club Website Demo

This is a color demo for the BTC Raspberry Pi Club website.

Setup

Important: You mush have npm, git, and VS Code installed.

To run the site on your own computer:

Use a terminal to cd to the directory you want the project to be in:

cd ~/websites/

Clone the repository

git clone https://github.com/Agent-E11/piclub-website-demo.git

cd into the project and install the dependencies

cd ./piclub-website-demo
npm install

Open the project in VS Code and run the live server (if you don't have live-server installed, you can install it from the extensions tab)

code .
(now in VS Code)

Ctrl+Shift+P
Live Server: Open with live server

You now have the website open in a web browser, and any changes you make will immediately be reflected in the website

Colors

To change the colors of the website, edit the sass/style.scss file

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published