Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```