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.
- Host: GitHub
- URL: https://github.com/vikpe/vikpe.github.io
- Owner: vikpe
- License: mit
- Created: 2017-09-30T16:19:10.000Z (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-07T11:36:13.000Z (over 1 year ago)
- Last Synced: 2025-01-11T02:25:37.082Z (over 1 year ago)
- Language: Astro
- Homepage: https://vikpe.org
- Size: 729 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vikpe.org
> 🦄🚀🌌
My synthwave inspired personal website, built with [Astro](https://astro.build/) and [tailwindcss](https://tailwindcss.com/).

---
## 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 |