Skip to content

Commit

Permalink
ReadME
Browse files Browse the repository at this point in the history
  • Loading branch information
malformed-c committed May 3, 2024
1 parent 15ce9e3 commit 26ce3b9
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,17 @@ Deadly Note is a simple Javascript and Python application that allows users to s

#### DEV

> WIP
For Frontend:
```bash
# Start backend
pushd backendv2
docker compose up -d
popd

# Start Vite Development server
cd frontendv2
bun dev
```

#### PRODUCTION

Expand Down

0 comments on commit 26ce3b9

Please sign in to comment.