jobackman / rpg-archive

Home Page:https://rpg-archive.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RPG-Archive

VitePress

This directory is a brief example of a VitePress site that can be deployed to Vercel with zero-configuration.

Setup

Install the dependencies

$ yarn install

Deploy Your Own

Deploy with Vercel

Live Example: https://vitepress-starter-template.vercel.app

Setup

Install the dependencies:

$ yarn install

Development

Start the development server

$ yarn dev

Build the project

Build for production

$ yarn build

Deploy

Deploy your VitePress application to Vercel

$ vercel