Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/martpie/museeks.io

Museeks' website
https://github.com/martpie/museeks.io

Last synced: 15 days ago
JSON representation

Museeks' website

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 |