Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 2.04 KB

README.md

File metadata and controls

68 lines (52 loc) · 2.04 KB

Build Status

Book Swap

Textbook swapping for students.

Live at: http://miffychen.me/

Installation

1. Download our project

$ cd [folder you want to download to]
$ git clone https://github.com/Book-Swap-bu-met-cs633/website

2. Install packages and dependencies

(from [local root of project])
$ cd BookSwap.VUE
$ npm install

Running locally

(from [project]/BookSwap.VUE)
$ npm run build
$ npm run serve

Tech Stack

Contributors