Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viorelmocanu/melanto
A new project for the Melanto.ro 🇷🇴 Romanian furniture store.
https://github.com/viorelmocanu/melanto
astro furniture furniture-app furniture-app-ui furniture-design furniture-ecommerce furniture-shop furniture-store furniture-websites romanian romanian-language
Last synced: 5 days ago
JSON representation
A new project for the Melanto.ro 🇷🇴 Romanian furniture store.
- Host: GitHub
- URL: https://github.com/viorelmocanu/melanto
- Owner: ViorelMocanu
- License: gpl-3.0
- Created: 2023-10-16T17:24:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-20T08:11:14.000Z (7 months ago)
- Last Synced: 2024-05-02T05:41:47.094Z (7 months ago)
- Topics: astro, furniture, furniture-app, furniture-app-ui, furniture-design, furniture-ecommerce, furniture-shop, furniture-store, furniture-websites, romanian, romanian-language
- Language: Astro
- Homepage: https://melanto.ro
- Size: 25.4 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Melanto
## Inspiration:
- [AstroWind](https://github.com/onwidget/astrowind) - [demo](https://astrowind.vercel.app/)
- [AstroShip](https://github.com/surjithctly/astroship) - [demo](https://astroship.web3templates.com/)
- [AstroPlate](https://github.com/zeon-studio/astroplate) - [demo](https://astroplate.netlify.app/)
- [Bookworm](https://github.com/themefisher/bookworm-light-astro) - [demo](https://bookworm-light-astro.vercel.app/)
- [Nebulix](https://github.com/unfolding-io/nebulix) - [demo](https://nebulix.unfolding.io/)
- [Pinwheel](https://github.com/themefisher/pinwheel-astro) - [demo](https://pinwheel-astro.vercel.app/)
- [VisVrs](https://github.com/isooosi/VisVrs) - [demo](https://visvrs.vercel.app/)
- [AstroLane](https://github.com/christian-luntok/astro-lane) - [demo](https://www.astro-lane.avenuelabs.co/)## Text
[Initial draft in Google Doc](https://docs.google.com/document/d/1vS5a0ZuGoOB5-DsH-1q5Ir_-4Jd0Sol16JanCnttPiU/edit?usp=sharing)
## 🧞 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 |