Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hexwars/hexw
🌟 A clean and minimalist Astro theme.
https://github.com/hexwars/hexw
astro react shadcn-ui tailwindcss
Last synced: 21 days ago
JSON representation
🌟 A clean and minimalist Astro theme.
- Host: GitHub
- URL: https://github.com/hexwars/hexw
- Owner: hexWars
- License: mit
- Created: 2024-01-11T14:13:31.000Z (12 months ago)
- Default Branch: develop
- Last Pushed: 2024-04-10T01:35:32.000Z (9 months ago)
- Last Synced: 2024-04-10T06:30:12.477Z (9 months ago)
- Topics: astro, react, shadcn-ui, tailwindcss
- Language: Astro
- Homepage: https://hexw.netlify.app/
- Size: 3.1 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Theme: HEXW
> Welcome to give me suggestions.
![purple](./assets/purple.png)
HEXW is an Astro theme based on Shadcn, TailwindCSS, and React. It allows for easy construction of blog websites.
## 💡 Features
- [X] home, posts, articles, tags pages are completed.
- [X] rss
- [X] global config
- [X] dark mode
- [X] socialsTODO:
- [ ] search
- [ ] responsive page
- [ ] sitemap
- [ ] SEO
- [ ] pagination
- [ ] timeline
- [ ] breadcrumb
## 🚀 StartYou can 'clone' this product and install dependencies.
```shell
git clone https://github.com/hexWars/hexw.gitcd hexw
npm install
```## 🧞 Commands
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 |## 💻 Preview
[demo](https://hexw.netlify.app/)