https://github.com/nothingrandom/website
👨🏻💻 My online portfolio
https://github.com/nothingrandom/website
eleventy portfolio portfolio-website website
Last synced: 10 months ago
JSON representation
👨🏻💻 My online portfolio
- Host: GitHub
- URL: https://github.com/nothingrandom/website
- Owner: nothingrandom
- Created: 2014-09-30T23:19:11.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2025-03-27T19:34:28.000Z (about 1 year ago)
- Last Synced: 2025-04-16T07:43:52.224Z (about 1 year ago)
- Topics: eleventy, portfolio, portfolio-website, website
- Language: SCSS
- Homepage: https://begrant.io
- Size: 225 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# website
[](https://begrant.io)
My primary online presence found at [begrant.io](https://begrant.io)
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `bun install` | Installs dependencies |
| `bun dev` | Starts local dev server at `localhost:4321` |
| `bun build` | Build your production site to `./dist/` |
| `bun preview` | Preview your build locally, before deploying |
| `bun astro ...` | Run CLI commands like `astro add`, `astro check` |
| `bun astro -- --help` | Get help using the Astro CLI |