Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 |