Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/utrodus/utrodus.com-old
My Old Personal Website Built with Gridsome
https://github.com/utrodus/utrodus.com-old
Last synced: about 16 hours ago
JSON representation
My Old Personal Website Built with Gridsome
- Host: GitHub
- URL: https://github.com/utrodus/utrodus.com-old
- Owner: utrodus
- Created: 2022-07-14T11:09:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-20T16:52:06.000Z (4 months ago)
- Last Synced: 2024-09-14T07:08:21.513Z (2 months ago)
- Language: Vue
- Homepage: https://www.utrodus.com
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Utrodus Portfolio
Welcome to my portfolio site! This is a Gridsome-based website showcasing my projects, skills, and experience.
## Prerequisites
Before running this project, please ensure that you have the following installed:
- [Node.js](https://nodejs.org/) (v14.5.0 or higher)
## Installation
1. Clone the repository:
git clone [email protected]:utrodus/utrodus-site.git
2. Install dependencies:npm install
## Usage
To start the development server:
npm run develop
## Building for Production
To build the optimized version of the site:npm run build
The generated files will be placed in the dist directory.