Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.72 KB

README.md

File metadata and controls

42 lines (31 loc) · 1.72 KB

Newswire-themes-collection

The sole purpose of me creating this page is to make it easier for people (mainly me) to install and try out different themes without having to manually download the theme and place it in the themes folder.

Copyright

This is a fan project and not affiliated with netnewswire in any way.

All themes have been searched from the Internet, and we list their authors and original source, Some themes have to be zipped for supporting one-click download function.

Contribution

  • Edit src/assets/themes.json, add a theme info.
  • Open a PR.
  • 🎉

Authors Dir

🧞 Commands

All commands are run from the root of the project, from a terminal:

Command Action
yarn install Installs dependencies
yarn run dev Starts local dev server at localhost:4321
yarn run build Build your production site to ./dist/
yarn run preview Preview your build locally, before deploying
yarn run astro ... Run CLI commands like astro add, astro check
yarn run astro -- --help Get help using the Astro CLI