Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 516 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 516 Bytes

SiegeEngineers.org Website

The main Siege Engineers website.

Requires Node 14+

Commands

# Install Gatsby CLI
npm install -g gatsby-cli

# install dependencies
npm install

# Development
gatsby develop

# Production Build
gatsby build

# Serve the build locally
gatsby serve

Other Commands

# working locally
npm run dev

# generate build
npm run build

# format code
npm run format

# lint code
npm run lint

# deploy
rsync -avh ./public/ aoe2se:~/html/ --delete