Skip to content

gassio/metalogon-production

 
 

Repository files navigation

Metalogon

https://registrar.mit.edu/faculty-curriculum-support/education-initiatives-funding/funded-projects/metalogon-20-tool-support

alt text

Setup on localhost

# Clone repo

# install vue.js - one time
npm install vue

# install vue-cli - one time
npm install --global vue-cli

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev
-
# build for production with minification
npm run build

Create dummy JSON data (different project)

# install json-server package
npm install -g json-server

# Create the db.json file
# Copy from here: https://github.com/gassio/mt/blob/master/src/store/db.json

# watch db
json-server --watch db.json

About

Metalogon 2.0: A tool to support oral presentation feedback

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 88.5%
  • JavaScript 11.3%
  • HTML 0.2%