Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slingercode/ednoesco.com
My personal website
https://github.com/slingercode/ednoesco.com
astro cloudflare pnpm tailwindcss
Last synced: 3 months ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/slingercode/ednoesco.com
- Owner: slingercode
- License: mit
- Created: 2021-04-18T18:34:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-07-02T01:50:24.000Z (8 months ago)
- Last Synced: 2024-07-03T11:01:17.164Z (8 months ago)
- Topics: astro, cloudflare, pnpm, tailwindcss
- Language: CSS
- Homepage: https://ednoesco.com
- Size: 3.62 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ednoesco
## Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm run dev` | Starts local dev server at `localhost:3000` |
| `pnpm run build` | Build your production site to `./dist/` |
| `pnpm run preview` | Preview your build locally, before deploying |
| `pnpm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm run astro -- --help` | Get help using the Astro CLI |
Powered by [Astro 🚀](https://astro.build)