Skip to content

Local Deployment Manual

Jordan Seow edited this page Nov 15, 2019 · 2 revisions

Prerequisite

  1. Clone the repository
    • git clone https://github.com/jordseow/CodeTranslate.git
  2. Navigate to the project folder
    • cd CodeTranslate

Make changes

  1. Open UnitOne.vue and UnitTwo.vue, and change firebaseUrl in data to your own Firebase URL
    • firebaseUrl = "<your-firebase-url>"
  2. Edit any other changes you want to the app
  3. Save your changes

Deploy

  1. Run npm install
  2. Run npm run dev
  3. The app is now deployed on localhost, open your browser and go to localhost:8080

Clone this wiki locally