https://github.com/angelikatyborska/css-art
My CSS experiments.
https://github.com/angelikatyborska/css-art
css-art
Last synced: 3 months ago
JSON representation
My CSS experiments.
- Host: GitHub
- URL: https://github.com/angelikatyborska/css-art
- Owner: angelikatyborska
- Created: 2019-11-24T16:02:55.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-03-10T22:30:59.000Z (about 1 year ago)
- Last Synced: 2025-07-26T09:14:15.655Z (10 months ago)
- Topics: css-art
- Language: Astro
- Homepage: https://css-art.angelika.me
- Size: 4.68 MB
- Stars: 12
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# css-art
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run lint` | Format and lint the project |
| `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 |