Skip to content

Gratheon/website2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gratheon.com

This website is built using Docusaurus, a modern static website generator.

Development on local machine

pnpm install
pnpm run start

Open http://localhost:3000 to preview

Building for production

The website is built locally and static files are committed to git:

pnpm run build

This generates static files in the build/ directory which are served by nginx.

Deployment

On push to main branch:

  1. Self-hosted runner pulls latest code (including build/ directory)
  2. Restarts search service (Docker)
  3. Reloads nginx to serve updated static files

nginx serves static files from /www/website/build/ directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published