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
- Host: GitHub
- URL: https://github.com/yippee-fun/phlex.fun
- Owner: yippee-fun
- License: mit
- Created: 2022-11-17T08:54:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T09:49:13.000Z (about 1 year ago)
- Last Synced: 2025-06-13T15:01:47.168Z (12 months ago)
- Topics: documentation, phlex, ssg
- Language: TypeScript
- Homepage: https://phlex.fun
- Size: 998 KB
- Stars: 42
- Watchers: 2
- Forks: 38
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
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`.