My personnal portolio, developped using SvelteKit
and Tailwind
.
The backend of this project will be written using Rust
and will come in a seperate GitHub
repository.
Node.js
- to be able to install the depedencies.First run npm install
(or pnpm install
or yarn
) and then start a development server:
npm run dev
# or start the server and open the app in a new browser tab
npm run dev -- --open
You can then see the result by accessing localhost:5173
(the port may be different based on which ones are available).