https://github.com/primefactor-io/primefactor.io
Code for the Primefactor Website
https://github.com/primefactor-io/primefactor.io
Last synced: 10 days ago
JSON representation
Code for the Primefactor Website
- Host: GitHub
- URL: https://github.com/primefactor-io/primefactor.io
- Owner: primefactor-io
- Created: 2025-04-25T06:07:57.000Z (about 1 month ago)
- Default Branch: master
- Last Pushed: 2025-04-25T07:28:43.000Z (about 1 month ago)
- Last Synced: 2025-04-25T08:35:46.695Z (about 1 month ago)
- Language: TypeScript
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Website
Code for the Primefactor Website located at
[primefactor.io](https://primefactor.io).Built with [Deno](https://deno.com) and [Lume](https://lume.land).
## Setup
1. `git clone `
2. `cd `
3. `asdf install` (optional)
4. `cp .env.example .env.local`
5. Update `.env.local`
6. `direnv allow` (optional)
7. `deno task serve`## Useful Commands
```sh
deno task serve
deno task builddeno task lume [-h]
deno task lume upgradedeno lint
deno fmt
```