Skip to content

lalitpatel/website

 
 

Repository files navigation

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

About

The main Siege Engineers website

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 63.9%
  • MDX 32.6%
  • Sass 3.5%