Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mhafez1978/pwwl-astro-project
Jamstack website built with Astro and React Components
https://github.com/mhafez1978/pwwl-astro-project
astro jamstack netlify
Last synced: 25 days ago
JSON representation
Jamstack website built with Astro and React Components
- Host: GitHub
- URL: https://github.com/mhafez1978/pwwl-astro-project
- Owner: mhafez1978
- Created: 2023-07-27T13:25:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-12T12:39:54.000Z (9 months ago)
- Last Synced: 2024-09-29T14:01:41.348Z (about 1 month ago)
- Topics: astro, jamstack, netlify
- Language: JavaScript
- Homepage: https://glittering-biscuit-572c74.netlify.app/
- Size: 17.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PWWL Astro + React Website
[![Netlify Status](https://api.netlify.com/api/v1/badges/5b1f4157-5b98-46b5-b672-919754ef573f/deploy-status)](https://app.netlify.com/sites/glittering-biscuit-572c74/deploys)
```
Download then do npm install
```## 🧞 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 |