-
Create a new project with
mobicard
templatenpm create astro --template 5ouma/mobicard
-
Copy the
meta.tmpl.json
tometa.json
and edit as you prefer -
Build and Preview the project
bun run build
bun run preview
-
Clone this repository
git clone https://github.com/5ouma/reproxy.git
-
Copy the
meta.tmpl.json
tometa.json
and edit as you prefer -
Run the development server
# Run the development server bun run dev
# Run the Astrobook bun run astrobook
{
"name": "Your Name",
"description": "Your Description",
"icon": "Your Icon URL",
"homepage": "Your Homepage URL",
"email": "Your Email",
"sns": [{ "service": "Service Name", "id": "Your ID" }],
"card": "Your Card URL"
}
Note
Valid contact services are:
- Bluesky
- GitHub
- Mastodon
- Misskey
- Posts
β οΈ Issues: Feature Requests or Bug Reports- π¬ Discussions: General Chats or Questions
- π‘οΈ Security Advisories: Security Issues that should not be public
I happily welcome your contributions! Before you contribute, I would recommend reading CONTRIBUTING.md for a better development experience.