CEC-179 Car download progress (#32)
* Display download progress * Change default * Fix * Fix * Update readme * Update readme and defaults Fix Dockerfile
This commit is contained in:
17
README.md
17
README.md
@@ -1,16 +1,23 @@
|
||||
# Fisker Admin Portal
|
||||
|
||||
Front-end web application for administarting OTA services
|
||||
Front-end web application for administrating services
|
||||
|
||||
# Setup
|
||||
|
||||
Run `./run.sh` from the terminal or
|
||||
Running locally
|
||||
|
||||
1. Install Node 12
|
||||
2. Run `npm install`
|
||||
3. Setup environment variables listed in .env.template
|
||||
4. Or copy .env.template to .env
|
||||
5. Edit .env with the service urls for authentication and api services
|
||||
3. Copy .env.template to .env and edit the service urls for authentication and api services
|
||||
4. Run `./run.sh` from the terminal
|
||||
5. Access portal at localhost:3000
|
||||
|
||||
Running Docker container
|
||||
|
||||
1. Copy .env.template to .env and edit the service urls for authentication and api services
|
||||
2. Build the image `docker build -t fiskerinc/portal .`
|
||||
3. Start the container `docker run -p 3000:80 fiskerinc/portal`
|
||||
4. Access portal at localhost:3000
|
||||
|
||||
## Available Scripts
|
||||
|
||||
|
||||
Reference in New Issue
Block a user