An open API service indexing awesome lists of open source software.

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.

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 |