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