Skip to content

Commit

Permalink
Merge pull request #1239 from Adslot/add-doc
Browse files Browse the repository at this point in the history
docs: add netlify dev deploy doc
  • Loading branch information
bchew authored Oct 26, 2021
2 parents 616b6fc + 3a659c0 commit 331576d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,13 @@ To get started, take a look at our [Contributing](https://ui.adslot.com/contribu
- After the build completes, VS Code will automatically connect to the container. You can now work with the repository source code in this independent environment as you would if you had cloned the code locally.

Notes:

- Due to bind mount performance issues on Windows and macOS, the steps above uses the [Clone Repository in Container Volume](https://code.visualstudio.com/docs/remote/containers#_quick-start-open-a-git-repository-or-github-pr-in-an-isolated-container-volume) method. Other options can be found [here](https://code.visualstudio.com/docs/remote/containers).

### Development build

- Every branch has its own build of the documentation app ready at: https://<branch-name>--adslot-ui.netlify.app

## Commands

```sh
Expand Down

0 comments on commit 331576d

Please sign in to comment.