Skip to content

Commit

Permalink
Update readme on build info
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Aug 20, 2021
1 parent 1fe27ef commit ed5619a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,18 @@ We wiped-out all accidentally commited project specific files in the new repo, a

To run hackfoldr on local machine, please install `docker` & `docker-compose` first, then run:

```
$ docker-compose up
```bash
docker-compose up
```

This will spin up http://localhost:3000 using the latest code in the current directory.

If you update package.json, you will need to rebuild the base image using:

```bash
docker-compose up --build
```
$ docker-compose up --build
```

## Build

Build process is part of the dev process above, thus all the files for production build will be in `_public` already.

0 comments on commit ed5619a

Please sign in to comment.