Personal website, powered by VitePress
Go to file
mitchell 106421c3e5 Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
.vitepress Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
.gitignore Initial boilerplate 2024-06-20 02:39:54 -04:00
.prettierrc Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
README.md Initial boilerplate 2024-06-20 02:39:54 -04:00
api-examples.md Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
bun.lockb Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
eslint.config.js Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
index.md Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
markdown-examples.md Initial boilerplate 2024-06-20 02:39:54 -04:00
package.json Add prettier and eslint tooling 2024-06-20 02:55:13 -04:00
tsconfig.json Initial boilerplate 2024-06-20 02:39:54 -04:00

README.md

mjfs-us

To install dependencies:

bun install

To run:

bun run index.md

This project was created using bun init in bun v1.1.12. Bun is a fast all-in-one JavaScript runtime.