This is an Expo project created using rnreusables and @bacons/mdx.
-
Clone the repo:
git clone https://github.com/glpecile/lugia.git
-
Install dependencies:
bun install
-
Start the app on your desired platform with either:
bun run web bun run ios bun run android
This will start the app on port 8081.
When you're ready, run:
bun run add-post
You'll be prompted the following questions:
Enter blog post title:
Enter short title:
Enter subtitle:
Enter slug (or press enter for auto-generated):
Enter tags (comma-separated):
This will then create a new index.mdx
post inside the blog directory where you can edit it in markdown format.
- Dogfood
- Add pre-commit linting
- Add search
- Add pagination
- Add post views
- Add comments
- Add sub-domain (https://lugia.glpecile.xyz)
- Evan Bacon for his amazing open source blog and contributions.
- Zach Nugent without his work on rnreusables this project wouldn't be possible.
- Dan Stepanov and Mark Lawlor for their work on nativewind.
- Samuel Newman for the first blog post idea.