Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 934 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 934 Bytes

The College Scorecard transition project away from the Gridsome Project

The transition includes:

Setup

Make sure to install the dependencies:

npm install

Run the app locally:

npm run dev

Preview Build

Start the development server on http://localhost:3000:

npm run build
npm run preview

Deploy

Deploy app to the dev server:

npm run deploy:dev

Deploy app to the staging server:

npm run deploy:staging

Deploy app to the production server:

npm run deploy:prod