Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 461 Bytes

linkvt.github.io

Repository of my simple personal website built with remix.

Setup

Dependencies

  • nodejs
  • pnpm

Development

Start a live development server with pnpm dev to auto-build and refresh the website after changes in the code.

Build

  • pnpm i to install all dependencies
  • pnpm build to build the project to build/

CI

Github actions are used to build the website in the main branch for all pushes to the dev branch.