Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/canpacis/pacis
A UI library for Go's templ
https://github.com/canpacis/pacis
design geist geist-ui go golang html-css-javascript tailwind template templates ui ui-components ui-design uikit
Last synced: 3 days ago
JSON representation
A UI library for Go's templ
- Host: GitHub
- URL: https://github.com/canpacis/pacis
- Owner: CanPacis
- License: mit
- Created: 2024-07-20T14:59:46.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-22T14:56:30.000Z (5 months ago)
- Last Synced: 2024-12-22T10:14:41.964Z (3 days ago)
- Topics: design, geist, geist-ui, go, golang, html-css-javascript, tailwind, template, templates, ui, ui-components, ui-design, uikit
- Language: templ
- Homepage:
- Size: 2.95 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# Running The Project
The project has components and their tests. A dev environment is set up to manually test them. You will need a few dependencies to run this dev environment.
- [Taskfile](https://taskfile.dev/): A task manager for Go
- [Air](https://github.com/air-verse/air): Live reload for Go apps
- [Node](https://nodejs.org): To use tailwindAfter intallling them, just run `air` in your terminal. A web server in [localhost](http://localhost:8080) at port 8080 will be running.