Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mgjules/cssbattle
Local dev environment for CSSbattle inspired by Grafikart
https://github.com/mgjules/cssbattle
astro cssbattle
Last synced: about 2 months ago
JSON representation
Local dev environment for CSSbattle inspired by Grafikart
- Host: GitHub
- URL: https://github.com/mgjules/cssbattle
- Owner: mgjules
- Created: 2022-08-26T12:49:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-26T13:16:08.000Z (over 2 years ago)
- Last Synced: 2024-10-28T14:50:29.897Z (3 months ago)
- Topics: astro, cssbattle
- Language: Astro
- Homepage:
- Size: 95.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSSBattle Local Development Environment
[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/mgjules/cssbattle/tree/main/)
## 🧞 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:3000` |
| `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 |