Skip to content

WahilaCreative/scs-app

 
 

Repository files navigation

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

About

CMU:SCS Main Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 67.0%
  • JavaScript 26.9%
  • CSS 5.4%
  • HTML 0.7%