Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.