mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-30 22:41:39 -07:00
This reverts commit 89c23faf7a
(dockerize-front-end)
This commit is contained in:
parent
62ab7f58df
commit
f5c4ba6d88
11 changed files with 30 additions and 113 deletions
|
@ -11,7 +11,6 @@ This README contains the following content:
|
|||
|
||||
## Installing and running the client site
|
||||
|
||||
### Via npm
|
||||
1. Confirm you have the base required software installed. See [INSTALLATION](INSTALLATION.md) for more details.
|
||||
1. Install yarn if you do not have it yet. Open your terminal and run `sudo npm install -global yarn`. This works on MacOS and Win10. To confirm it is installed, run `yarn -v`. A version number should be returned.
|
||||
1. Navigate to the base directory of this repository, and go to the `client` directory (`cd client`).
|
||||
|
@ -21,17 +20,6 @@ This README contains the following content:
|
|||
|
||||
_Note that while this app uses npm as the package manager, yarn is required to build the [uswds](https://github.com/uswds/uswds) library._
|
||||
|
||||
### Via docker
|
||||
- Launch VS code in the top level directory (above client)
|
||||
- install the Microsoft docker VS code extension
|
||||
- type `docker-compose up`
|
||||
- Running this on MacBook Pro with a 2.6GHz 6-core i7 with 16 GB of memory can take upto 20 minutes to complete.
|
||||
|
||||
#### Troubleshooting docker
|
||||
|
||||
- If an error is thrown about [running out of space](https://medium.com/@wlarch/no-space-left-on-device-when-using-docker-compose-why-c4a2c783c6f6) on device see this for ways to reclaim space.
|
||||
|
||||
|
||||
### Viewing data on the map
|
||||
|
||||
See [VIEW_MAP_DATA](./VIEW_MAP_DATA) for more details on this.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue