https://github.com/schneedotdev/portfolio-optimized
https://github.com/schneedotdev/portfolio-optimized
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schneedotdev/portfolio-optimized
- Owner: schneedotdev
- Created: 2023-03-31T06:34:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-24T22:56:24.000Z (almost 3 years ago)
- Last Synced: 2025-01-17T06:29:13.138Z (over 1 year ago)
- Language: CSS
- Size: 564 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Optimized
## 🧞 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 |