View this site at SeattleColleges.github.io
Portfolio site for NSC App Dev Program
Follow these instructions to get a copy of the project up and running on your local machine.
- Node.js (v14 or higher recommended)
- npm (usually comes with Node.js)
-
Clone the repository (if you haven't already):
git clone https://github.com/SeattleColleges/seattlecolleges.github.io.git cd seattlecolleges.github.io -
Install dependencies:
npm install
To start the development server and view the app in your browser:
npm run startOpen http://localhost:3000 to view it in the browser. The page will reload if you make edits.