Skip to content

Book-Swap-bu-met-cs633/website

Repository files navigation

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