Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chlbri/astro-site-solig-jsx-bug
https://github.com/chlbri/astro-site-solig-jsx-bug
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chlbri/astro-site-solig-jsx-bug
- Owner: chlbri
- Created: 2022-10-07T18:56:18.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-10-18T10:12:14.000Z (about 1 year ago)
- Last Synced: 2024-05-31T15:30:32.092Z (7 months ago)
- Language: Astro
- Size: 292 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Astro Starter Kit: Portfolio
```
npm create astro@latest -- --template portfolio
```[![Open in StackBlitz](https://developer.stackblitz.com/img/open_in_stackblitz.svg)](https://stackblitz.com/github/withastro/astro/tree/latest/examples/portfolio)
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!
![portfolio](https://user-images.githubusercontent.com/4677417/186189473-03dda103-65d3-4220-8b60-180ccaee5939.png)
## 🧞 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 |## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).