An open API service indexing awesome lists of open source software.

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.

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 |