Skip to content

Commit

Permalink
chore: 🎨 add name
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgasquez committed Dec 11, 2023
1 parent b5649e0 commit 7fd15c7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@ jobs:
- name: Run
run: |
make run
- uses: quarto-dev/quarto-actions/setup@v2
- name: Install Quarto
uses: quarto-dev/quarto-actions/setup@v2
with:
version: pre-release
- name: Render
run: |
make render
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ The fastest way to start using Datadex is via [VSCode Remote Containers](https:/

The development environment can also run in your browser thanks to GitHub Codespaces!

You can also build the Docker image locally and run it with:
You can also build the [Dockerfile](Dockerfile) image locally and run it with:

```bash
make build
make docker-run
docker build -t datadex .
docker run -it -v $(pwd):/workspaces/datadex -p 3000:3000 datadex
```

### 🐍 Python Virtual Environment
Expand Down

0 comments on commit 7fd15c7

Please sign in to comment.