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

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

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 build

deno task lume [-h]
deno task lume upgrade

deno lint
deno fmt
```