Repository of my simple personal website built with remix.
- nodejs
- pnpm
Start a live development server with pnpm dev
to auto-build and refresh the website after changes in the code.
pnpm i
to install all dependenciespnpm build
to build the project tobuild/
Github actions are used to build the website in the main branch for all pushes to the dev branch.