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
- Host: GitHub
- URL: https://github.com/yuri-becker/yuri.li-landing-page
- Owner: yuri-becker
- License: agpl-3.0
- Created: 2019-07-14T10:39:11.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2024-05-02T11:51:33.000Z (about 1 year ago)
- Last Synced: 2024-05-02T23:59:37.360Z (about 1 year ago)
- Topics: html, no-javascript, vite
- Language: SCSS
- Homepage: https://yuri.li/
- Size: 4.25 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](https://yuri.li)

[](https://github.com/yuri-becker/yuri.li-landing-page/blob/main/LICENSE.md)
### Built With
 [](https://sass-lang.com) [](https://vitejs.dev) [](https://stylelint.io) [](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
```## 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
```## 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.## License
Distributed under the GNU Affero General Public License. See `LICENSE.md` for more information.