https://github.com/sebastianwd/my-portfolio
https://github.com/sebastianwd/my-portfolio
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sebastianwd/my-portfolio
- Owner: sebastianwd
- Created: 2024-01-11T04:38:40.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-12-10T01:43:38.000Z (5 months ago)
- Last Synced: 2025-01-16T23:43:44.482Z (4 months ago)
- Language: TypeScript
- Homepage: https://sebastiangx.dev
- Size: 9.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

## 🧞 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: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 |