https://github.com/jamesatjaminit/jamesatjaminit.dev
My minimal portfolio website
https://github.com/jamesatjaminit/jamesatjaminit.dev
Last synced: 8 months ago
JSON representation
My minimal portfolio website
- Host: GitHub
- URL: https://github.com/jamesatjaminit/jamesatjaminit.dev
- Owner: jamesatjaminit
- Created: 2024-04-07T16:14:28.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-11T21:06:25.000Z (10 months ago)
- Last Synced: 2025-10-04T09:38:44.545Z (9 months ago)
- Language: Astro
- Homepage: https://jamesatjaminit.dev
- Size: 130 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jamesatjaminit.dev
My minimal portfolio site.
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun run dev` | Starts local dev server at `localhost:4321` |
| `bun run build` | Build your production site to `./dist/` |
| `bun run preview` | Preview your build locally, before deploying |
| `bun run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun run astro -- --help` | Get help using the Astro CLI |