Skip to content

cindychangy/cindychang.co

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cindychang.co

This is the website for the portfolio of cindychang.co

Installation

Use NPM to install

npm install

Usage

The site uses NPM scripts to compile SCSS and JS:

To run dev server:

npm run start

To build for production:

npm run build