https://github.com/nanvenomous/anime
A collection of neat css tricks templated with go templates & served with `net/http`
https://github.com/nanvenomous/anime
Last synced: 7 months ago
JSON representation
A collection of neat css tricks templated with go templates & served with `net/http`
- Host: GitHub
- URL: https://github.com/nanvenomous/anime
- Owner: nanvenomous
- Created: 2023-12-06T02:26:43.000Z (almost 2 years ago)
- Default Branch: mainline
- Last Pushed: 2023-12-06T17:15:45.000Z (almost 2 years ago)
- Last Synced: 2025-01-25T19:30:39.932Z (9 months ago)
- Language: Go
- Size: 158 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# anime
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.