Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/charlestaylor7/good-bois
Image viewer powered by dog.ceo
https://github.com/charlestaylor7/good-bois
halogen purescript
Last synced: about 2 months ago
JSON representation
Image viewer powered by dog.ceo
- Host: GitHub
- URL: https://github.com/charlestaylor7/good-bois
- Owner: CharlesTaylor7
- License: mit
- Created: 2023-12-20T18:29:00.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-01T00:46:36.000Z (11 months ago)
- Last Synced: 2024-03-01T17:27:50.297Z (11 months ago)
- Topics: halogen, purescript
- Language: PureScript
- Homepage: https://charlestaylor7.github.io/good-bois/
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## How to Build
```bash
# install dev tools, and purescript deps
npm install# compile the purescript
npm run build# start the dev server with vite
npm run watch:js
```