Description

This repo contains the my personal website, brunosj.com.

Technologies

The site is a minimalist Sveltekit project deployed on Vercel.

Installation

  1. Use the git CLI to close the repo
gh repo clone brunosj/brunosj-website
  1. Install dependencies
npm install
# or
yarn install
  1. Navigate into the site's directory and start the development server
npm run dev
# or
yarn dev

Open http://localhost:5173 with your browser to see the result.

Structure

.
├── node_modules
└── src
    ├── lib
    ├── routes
    ├── app.d.ts
    ├── app.html
    ├── globals.css
├── static
├── .eslintignore
├── .eslintrc.cjs
├── .gitignore
├── .npmrc
├── .prettierignore
├── .prettierrrc
├── package-lock.json
├── package.json
├── postcss.config.cjs
├── README.md
├── svelte.config.js
├── tailwind.config.cjs
├── tsconfig.json
└── vite.config.ts

Further development

This repository is maintained by brunosj.