https://github.com/thomasjonstrup/developer-portfolio
Astro JS developer portfolio
https://github.com/thomasjonstrup/developer-portfolio
astrojs reactjs shadcn-ui tailwindcss
Last synced: 25 days ago
JSON representation
Astro JS developer portfolio
- Host: GitHub
- URL: https://github.com/thomasjonstrup/developer-portfolio
- Owner: thomasjonstrup
- Created: 2025-06-21T16:19:20.000Z (12 months ago)
- Default Branch: master
- Last Pushed: 2025-06-21T16:33:51.000Z (12 months ago)
- Last Synced: 2025-06-21T17:27:35.064Z (12 months ago)
- Topics: astrojs, reactjs, shadcn-ui, tailwindcss
- Language: Astro
- Homepage: https://developer-portfolio-tj.netlify.app/
- Size: 73.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Developer portfolio - Astro
[](https://app.netlify.com/projects/developer-portfolio-tj/deploys)
```sh
pnpm create astro@latest -- --template basics
```
[](https://stackblitz.com/github/withastro/astro/tree/latest/examples/basics)
[](https://codesandbox.io/p/sandbox/github/withastro/astro/tree/latest/examples/basics)
[](https://codespaces.new/withastro/astro?devcontainer_path=.devcontainer/basics/devcontainer.json)
> 🧑🚀 **Seasoned astronaut?** Delete this file. Have fun!

## 🚀 Project Structure
Inside of your Astro project, you'll see the following folders and files:
```text
/
├── public/
│ └── favicon.svg
├── src/
│ ├── layouts/
│ │ └── Layout.astro
│ └── pages/
│ └── index.astro
└── package.json
```
To learn more about the folder structure of an Astro project, refer to [our guide on project structure](https://docs.astro.build/en/basics/project-structure/).
## 🧞 Commands
All commands are run from the root of the project, from a terminal:
| Command | Action |
| :--------------------- | :----------------------------------------------- |
| `pnpm install` | Installs dependencies |
| `pnpm dev` | Starts local dev server at `localhost:4321` |
| `pnpm build` | Build your production site to `./dist/` |
| `pnpm preview` | Preview your build locally, before deploying |
| `pnpm astro ...` | Run CLI commands like `astro add`, `astro check` |
| `pnpm astro -- --help` | Get help using the Astro CLI |
## 👀 Want to learn more?
Feel free to check [our documentation](https://docs.astro.build) or jump into our [Discord server](https://astro.build/chat).