Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (22 loc) · 1.11 KB

CMU:SCS App

Main Application

Build Status

Requirements

Node.js 8.4.x

Getting Started

  1. cd scs-app.

  2. npm install

  3. npm run build

  4. Request the .env file

  5. Optionally add PORT= with preferred port number, it defaults to 4000

  6. npm run start:prod

  7. Visit http://localhost:4000 (or whatever port number you provided).

Adding Content

Simple markdown pages

  1. Add Markdown file in: scs-api/src/content

  2. When that page is accepted into the API repository, the new URL will be '/whatever-you-named-the-markdown-file'

New custom .vue pages

  1. Add new .vue page in scs-app/src/views

  2. Import the 'view' and add new route entry in scs-app\src\router\index.js

@todo Events

@todo News