Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ism0080/profile
Personal website showcasing personal projects and completed projects from companies i've worked for
https://github.com/ism0080/profile
Last synced: 8 days ago
JSON representation
Personal website showcasing personal projects and completed projects from companies i've worked for
- Host: GitHub
- URL: https://github.com/ism0080/profile
- Owner: ism0080
- Created: 2023-09-15T03:50:23.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-05-20T03:26:01.000Z (6 months ago)
- Last Synced: 2024-05-20T04:31:03.869Z (6 months ago)
- Language: Go
- Size: 10.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
Install Dependencies
- [Watcher Go - Live Reload](https://github.com/bokwoon95/wgo)
- [Templ - HTML templating](https://github.com/a-h/templ)
- [Tailwindcss - CLI](https://tailwindcss.com/blog/standalone-cli)```shell
go install github.com/a-h/templ/cmd/templ@latest
go install github.com/bokwoon95/wgo@latest
winget install -e --id TailwindLabs.TailwindCSS
```Live Reload
```
wgo -file .go -file .templ -xfile _templ.go templ generate :: go run main.go
```