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

https://github.com/yippee-fun/phlex.fun

Website and documentation for Phlex
https://github.com/yippee-fun/phlex.fun

documentation phlex ssg

Last synced: 12 months ago
JSON representation

Website and documentation for Phlex

Awesome Lists containing this project

README

          

# Phlex.fun

## Contributing

You may need to [install bun](https://bun.sh/docs/installation) to run this project. Once bun is installed:

- `cd` into the project directory
- Run `bun install`
- Run `bun run docs:dev`
- Navigate to `http://localhost:5173/` in your browser
- Now you can make changes to the markdown files and when you save, the browser will automatically reload with the changes

## Spellcheck

To perform a spellcheck, run `bun run spellcheck`.