https://github.com/a2ys/blog
Savant - a community blog.
https://github.com/a2ys/blog
astro blog hacktoberfest react
Last synced: 7 days ago
JSON representation
Savant - a community blog.
- Host: GitHub
- URL: https://github.com/a2ys/blog
- Owner: a2ys
- License: mit
- Created: 2024-10-08T17:32:08.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-25T10:14:40.000Z (6 months ago)
- Last Synced: 2026-01-26T01:07:55.821Z (6 months ago)
- Topics: astro, blog, hacktoberfest, react
- Language: Astro
- Homepage: https://blog.a2ys.dev
- Size: 7.56 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Savant, a community blog
Savant is a community blog where you can share your knowledge and expertise with others. It is built with Astro, a modern static site generator for the modern web.
## Contributing
If you want to contribute to Savant, you can read the [contributing guidelines](./CONTRIBUTING.md) to get started. All contributions are welcome, whether you want to write a blog post, fix a bug, or improve the site's design. Your ideas, feedback, and contributions are totally welcome. Together, we can build a better future for everyone. Happy writing!
## NPM Scripts, if you need them
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |