/vikpe.github.io

My synthwave inspired personal website.

Primary LanguageAstroMIT LicenseMIT

vikpe.org

🦄🚀🌌

My synthwave inspired personal website, built with Astro and tailwindcss.

vikpe.org


Development

  1. Clone/download repo
  2. yarn install
  3. 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