Skip to content

client-side96/discovery

Repository files navigation

Discovery

A minimalistic static portfolio website with a purple, light color scheme.

Demo

Online demo

Target audience

The website's source code is licensed under MIT. This means that everyone that wants to use the source code as basis for their own portfolio website can do so. Please only make sure to replace my name in the content of the website.

How to get started?

The website is bundled with Vite, written in Typescript, HTML & CSS.

Start the development server:

    npm run dev # or
    pnpm run dev # or
    yarn run dev

Build for production:

    npm run build # or
    pnpm run build # or
    yarn run build

License

The MIT License (MIT)