Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/khuongduybui/fresh-flowbite-site
doc site for fresh-flowbite plugin
https://github.com/khuongduybui/fresh-flowbite-site
Last synced: 14 days ago
JSON representation
doc site for fresh-flowbite plugin
- Host: GitHub
- URL: https://github.com/khuongduybui/fresh-flowbite-site
- Owner: khuongduybui
- License: mit
- Created: 2022-09-26T15:20:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-24T23:27:35.000Z (over 1 year ago)
- Last Synced: 2025-01-23T14:35:29.901Z (22 days ago)
- Language: TypeScript
- Homepage: https://fresh-flowbite.deno.dev/
- Size: 156 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fresh project
## Usage
Populate `.env`
[![fork with dotenv-vault](https://badge.dotenv.org/fork.svg?r=1)](https://vault.dotenv.org/project/vlt_b4d362771092d010a0af70a0158f4112156a44c1c5087e20517df6d7f19a224b/example),
Start the project:
```sh
deno task start
```This will watch the project directory and restart as necessary.
In order for Turnstile to work, access the website at http://fresh-flowbite.localhost.direct:8000/.
## Development
Run tests locally:
```sh
deno test --no-check --allow-all
```