Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noahgorstein/noahgorstein.com
My personal website
https://github.com/noahgorstein/noahgorstein.com
portfolio
Last synced: 23 days ago
JSON representation
My personal website
- Host: GitHub
- URL: https://github.com/noahgorstein/noahgorstein.com
- Owner: noahgorstein
- Created: 2023-11-27T23:41:54.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-12T20:50:39.000Z (4 months ago)
- Last Synced: 2024-07-13T20:02:23.401Z (4 months ago)
- Topics: portfolio
- Language: MDX
- Homepage: https://noahgorstein.com
- Size: 19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# noahgorstein.com
My personal portfolio website. Built with Astro 🚀.
## 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 |
| `npm run format` | Format files |