An open API service indexing awesome lists of open source software.

https://github.com/yuri-becker/yuri.li-landing-page

🌐 My landing page
https://github.com/yuri-becker/yuri.li-landing-page

html no-javascript vite

Last synced: 3 months ago
JSON representation

🌐 My landing page

Awesome Lists containing this project

README

        


[![Website](https://img.shields.io/website?label=yuri.li&style=for-the-badge&url=https%3A%2F%2Fyuri.li)](https://yuri.li)
![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/yuri-becker/yuri.li-landing-page/deploy.yml?style=for-the-badge&url=https%3A%2F%2Fyuri.li)
[![AGPL License](https://img.shields.io/github/license/yuri-becker/yuri.li-landing-page?style=for-the-badge)](https://github.com/yuri-becker/yuri.li-landing-page/blob/main/LICENSE.md)



yuri.li


Just a tiny landing page for self-marketing.


### Built With

![HTML](https://img.shields.io/badge/html-E34F26?style=for-the-badge&logo=html5&logoColor=FFF) [![SASS](https://img.shields.io/badge/scss-CC6699?style=for-the-badge&logo=sass&logoColor=FFF)](https://sass-lang.com) [![Vite](https://img.shields.io/badge/vite-646CFF?style=for-the-badge&logo=vite&logoColor=FFF)](https://vitejs.dev) [![Stylelint](https://img.shields.io/badge/stylelint-263238?style=for-the-badge&logo=stylelint&logoColor=FFF)](https://stylelint.io) [![pnpm](https://img.shields.io/badge/pnpm-F69220?style=for-the-badge&logo=pnpm&logoColor=FFF)](https://pnpm.io)

## Getting Started

### Prerequisites

* Node.js

See [https://nodejs.org/en/download](https://nodejs.org/en/download)
* pnpm

See [https://pnpm.io/installation](https://pnpm.io/installation)

### Installation

1. Clone the repo
```sh
git clone [email protected]:yuri-becker/yuri.li-landing-page.git
```
2. Install dependencies
```sh
pnpm i
```

(back to top)

## Usage

* Run linters
```sh
pnpm run lint
```
* Start for development
```sh
pnpm run dev
```
* Test production build
```sh
pnpm run preview
```
* Build for production
```sh
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)