-
Notifications
You must be signed in to change notification settings - Fork 3
Local Deployment Manual
Jordan Seow edited this page Nov 15, 2019
·
2 revisions
- Clone the repository
git clone https://github.com/jordseow/CodeTranslate.git
- Navigate to the project folder
cd CodeTranslate
- Open UnitOne.vue and UnitTwo.vue, and change
firebaseUrlindatato your own Firebase URLfirebaseUrl = "<your-firebase-url>"
- Edit any other changes you want to the app
- Save your changes
- Run
npm install - Run
npm run dev - The app is now deployed on localhost, open your browser and go to
localhost:8080