middlebury / frontend

Frontend code for institute_theme
GNU General Public License v3.0
0 stars 0 forks source link

miis-frontend

dependency status dev dependency status

Frontend code for institute_theme

Requirements

Getting started

Install node modules:

npm install

Development

Run local browser sync server and watch files:

npm start

Build for production

npm run build