This is a color demo for the BTC Raspberry Pi Club website.
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.gitcd into the project and install the dependencies
cd ./piclub-website-demo
npm installOpen 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 serverYou now have the website open in a web browser, and any changes you make will immediately be reflected in the website
To change the colors of the website, edit the sass/style.scss file