Skip to content

Commit

Permalink
✨ typescript web userland
Browse files Browse the repository at this point in the history
  • Loading branch information
haliphax committed Oct 23, 2023
1 parent a6cabee commit 0e0c616
Show file tree
Hide file tree
Showing 13 changed files with 4,436 additions and 1,697 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
/data/ssh_host_key*
/db/
/docker/docker-compose.override.yml
/html/
/node_modules/
__pycache__/

Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,13 @@ docker compose run --rm cli db init
docker compose run --rm user db create
```

### Build the static web assets

```shell
# in the project root
npm run build
```

### Start the services

```shell
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ services:
- proxy
restart: unless-stopped
volumes:
- ../userland/web/static:/usr/share/nginx/html
- ../html:/usr/share/nginx/html

volumes:
db-data:
Expand Down
Loading

0 comments on commit 0e0c616

Please sign in to comment.