Skip to content

Commit

Permalink
fix: readme broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamza12700 committed Sep 13, 2024
1 parent 38c574c commit a035e9a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ statistics about shortened URLs.

## Features
- **Web UI with Golang's** `html/template`:
A minimalistic web interface built using [Golang](https://en.wikipedia.org/wiki/Go_(programming_language))'s standard `html/template`
A minimalistic web interface built using Go's standard `html/template`
package and [Tailwind](https://tailwindcss.com).

- **URL Click Statistics**:
Expand Down Expand Up @@ -50,15 +50,14 @@ also checks if the URL contains a valid
```bash
curl -i http://localhost:1234/
```
(*These instructions were made for unix/linux based systems, we cannot guarentee these commands will work for other operating systems*)[https://en.wikipedia.org/wiki/Linux_kernel]

### Development

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

#### Requirements

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

#### Commands
Expand Down

0 comments on commit a035e9a

Please sign in to comment.