interactive webpage that enables users to change colors of tiles on a website in real time
- Requrires node
- Clone the repository
- Run
npm run deploy
to compile static HTML/CSS/JS resources - This script transpiles
_sass/main.scss
and_javascript/main.js
tocss/main.css
andlib/main.js
respectively. - Navigate to the directory via the command line and run
node server.js
to host locally on port 8080.
- Requrires node
- Clone the repository
- Install dependencies with
npm install
- Run
npm run start
to watch for changes and instantly compile them to static HTML/CSS/JS resources as you develop - Run
npm run deploy
when you're done to compile static HTML/CSS/JS resources for deployment - Run
node server.js
in the directory to host locally on port 8080.
Created for SCMP368: Software Development at Kenyon College by @milesshebar, @hoode15, and @flynnshannon.