Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next #1

Merged
merged 2 commits into from
Dec 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
_trash
dist
node_modules
.env
13 changes: 0 additions & 13 deletions .tmuxinator.yaml

This file was deleted.

11 changes: 11 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"cSpell.words": [
"glazewm",
"neostandard",
"singlefile",
"tabler",
"vueuse",
"whaleybar",
"zebar"
]
}
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ This will automatically:

The development environment runs two servers side by side:

- **Web Client** (left pane): React frontend running on `npm`
- **Server** (right pane): Deno backend
- **web-client** (left pane): React frontend running on `npm`
- **server** (right pane): Deno backend

### Using tmux

Expand All @@ -61,5 +61,3 @@ If tmux fails to start:

1. Exit the nix-shell (`exit` or Ctrl+D)
2. Re-enter: `nix-shell`

For any other issues, please open an issue in the repository.
1 change: 1 addition & 0 deletions client/.env.production.local
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
VITE_API_PREFIX=https://whaleybar.deno.dev
3 changes: 0 additions & 3 deletions client/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
node_modules
dist
trash
Loading
Loading