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 ito install all dependenciespnpm buildto build the project tobuild/
Github actions are used to build the website in the main branch for all pushes to the dev branch.