Skip to content

Commit

Permalink
fixup! update: added instructions for developming locally
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza12700 committed Sep 13, 2024
1 parent 85e1226 commit 99af21e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,13 @@ Checks if the URL is a valid URL schema. It only allows `http://` and

Use the `Makefile` to run/build the web server.

### Requirements
#### Requirements

- [Watchexec](https://github.com/watchexec/watchexec) - A file watcher for restarting and running the web server when the source files is updated
- [Bun](https://bun.sh) - Bun package manager (or `npm`,`pmpm`) for installing and watching static content for tailwind classes

#### Commands

- Run `make server` to start the server in watch mode
- Run `make tailwind` to watch for tailwind classes

Expand Down

0 comments on commit 99af21e

Please sign in to comment.