Skip to content

SteamFork/website

Repository files navigation

SteamFork Static Website

Setup

Make sure to install dependencies:

# npm
npm install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

Production SSR

Build the application for running as a SSR with a node server backend:

# npm
npm run build

Production SSG

Build the application as static site assets for running on GitLab Pages:

# npm
npm run generate

Locally preview production build:

# npm
npm run preview

Check out the deployment documentation for more information.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published