Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martpie/museeks.io
Museeks' website
https://github.com/martpie/museeks.io
Last synced: 15 days ago
JSON representation
Museeks' website
- Host: GitHub
- URL: https://github.com/martpie/museeks.io
- Owner: martpie
- License: mit
- Created: 2015-11-07T16:05:53.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-06-20T19:36:02.000Z (5 months ago)
- Last Synced: 2024-06-21T13:43:51.501Z (5 months ago)
- Language: Astro
- Homepage: http://museeks.io
- Size: 2.31 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# museeks.io
https://museeks.io, built with [Astro](https://astro.build/).
## Requirements
- node v16.x
- yarn v1## Run it
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------ | :------------------------------------------------- |
| `yarn` | Installs dependencies |
| `yarn dev` | Starts local dev server at `localhost:3000` |
| `yarn build` | Build your production site to `./dist/` |
| `yarn preview` | Preview your build locally, before deploying |
| `yarn astro ...` | Run CLI commands like `astro add`, `astro preview` |
| `yarn astro --help` | Get help using the Astro CLI |