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

https://github.com/vikpe/vikpe.github.io

My synthwave inspired personal website.
https://github.com/vikpe/vikpe.github.io

Last synced: about 2 months ago
JSON representation

My synthwave inspired personal website.

Awesome Lists containing this project

README

          

# vikpe.org
> 🦄🚀🌌

My synthwave inspired personal website, built with [Astro](https://astro.build/) and [tailwindcss](https://tailwindcss.com/).

![vikpe.org](.github/vikpe_org_screenshot.jpg)

---

## Development
1. Clone/download repo
2. `yarn install`
4. `yarn dev` - site is served @ **`http://localhost:3000`** with live updates.

---

## All commands
| Command | Action |
|----------------|---------------------------------------------|
| `yarn dev` | Starts local dev server at `localhost:3000` |
| `yarn build` | Build site to `/dist` |
| `yarn preview` | Preview build at `localhost:3000` |
| `yarn format` | Format code using prettier |