Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lareii/lareii.github.io
🌐 My personal website.
https://github.com/lareii/lareii.github.io
gruvbox personal-website portfolio portfolio-website vite vue vue3
Last synced: 3 days ago
JSON representation
🌐 My personal website.
- Host: GitHub
- URL: https://github.com/lareii/lareii.github.io
- Owner: lareii
- License: mit
- Created: 2023-07-14T11:49:34.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-09-09T12:47:56.000Z (2 months ago)
- Last Synced: 2024-09-09T22:33:47.924Z (2 months ago)
- Topics: gruvbox, personal-website, portfolio, portfolio-website, vite, vue, vue3
- Language: Vue
- Homepage: https://babaoglu.dev
- Size: 1.15 MB
- Stars: 35
- Watchers: 1
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](./public/screenshot.png)
# lareii.github.io
🌐 My personal website.## Getting Started
You can get started by cloning the project to your local machine. Make sure you have [Node.js](https://nodejs.org/) installed before you begin.1. Clone the repository:
```bash
git clone https://github.com/lareii/lareii.github.io
```2. Navigate to the project folder:
```bash
cd lareii.github.io
```3. Install the dependencies:
```bash
npm ci
```4. Start the development server:
```bash
npm run dev
```Done! You have successfully run the website locally.