Skip to content

AndreiSva/andrei.rm-r.org

Repository files navigation

andrei.rm-r.org

This is my new and current personal website.

Creating a project

If you're seeing this, you've probably already done this step. Congrats!

# create a new project in the current directory
npm create svelte@latest

# create a new project in my-app
npm create svelte@latest my-app

Developing

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open