https://github.com/robertstarke/rstarke-website
Personal website showcasing github projects. Implemented with AstroJS.
https://github.com/robertstarke/rstarke-website
alpinejs astrojs tailwindcss
Last synced: 3 months ago
JSON representation
Personal website showcasing github projects. Implemented with AstroJS.
- Host: GitHub
- URL: https://github.com/robertstarke/rstarke-website
- Owner: robertstarke
- Created: 2024-02-05T20:17:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-26T06:27:11.000Z (about 1 year ago)
- Last Synced: 2025-01-11T11:13:59.671Z (5 months ago)
- Topics: alpinejs, astrojs, tailwindcss
- Language: JavaScript
- Homepage: https://www.rstarke.com
- Size: 3.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Personal Portfolio
Site contains contact information, a resume, links to Github and LinkedIn profiles and a short introduction.
It also showcases static projects and a list of public github projects.## AstroJS + TailwindCSS
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 |