Skip to content

DanielRios549/DanielRiosDev

Repository files navigation

Daniel Rios - Portfolio

This is the repository for my personal portfolio website.

It uses the following technologies:

Svelte, SvelteKit, Typescript, SASS, PostCSS, ESLint, Stylelint, Supabase and Bun

This project uses Bun, you need to install it in your system. You could use the command from bun website

curl -fsSL https://bun.sh/install | bash

To install the dependencies

bun install

To Pepare Husky

bun run prepare

To start the Supabase Environment

bun run start

To stop the Supabase Environment

bun runstop

To generate Supabase Typings

bun run types

To run the dev server

bun run dev

To build for production

bun run build