Skip to content

yuri-becker/yuri.li-landing-page

Repository files navigation

Website GitHub Workflow Status (with event) AGPL License


Just a tiny landing page for self-marketing.

Built With

HTML SASS Vite Stylelint pnpm

Getting Started

Prerequisites

Installation

  1. Clone the repo
    git clone git@github.com:yuri-becker/yuri.li-landing-page.git
  2. Install dependencies
    pnpm i

(back to top)

Usage

  • Run linters
    pnpm run lint
  • Start for development
    pnpm run dev
  • Test production build
    pnpm run preview
  • Build for production
    pnpm run build

(back to top)

Contributing

I won't be accepting any contributions, but feel free to fork the repo and adjust the code for your own needs under the license term.

(back to top)

License

Distributed under the GNU Affero General Public License. See LICENSE.md for more information.

(back to top)