1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-19 21:09:37 +02:00
AdventureLog/documentation
2024-11-09 22:09:58 -05:00
..
blog Add screenshots and better documentation 2024-08-01 21:06:50 -04:00
docs Update nginx migration documentation and change package name to adventurelog-docs 2024-11-09 22:09:58 -05:00
src docs 2024-07-08 17:10:50 -04:00
static Refactor Docusaurus configuration and frontend components 2024-10-25 14:20:51 -04:00
.gitignore migration to new backend 2024-07-08 11:44:39 -04:00
babel.config.js migration to new backend 2024-07-08 11:44:39 -04:00
docusaurus.config.ts More settings localization 2024-11-03 15:45:29 -05:00
package.json Update nginx migration documentation and change package name to adventurelog-docs 2024-11-09 22:09:58 -05:00
pnpm-lock.yaml Bump the npm_and_yarn group across 2 directories with 8 updates 2024-10-08 15:17:25 +00:00
README.md migration to new backend 2024-07-08 11:44:39 -04:00
sidebars.ts migration to new backend 2024-07-08 11:44:39 -04:00
tsconfig.json migration to new backend 2024-07-08 11:44:39 -04:00

Website

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

Installation

$ yarn

Local Development

$ yarn start

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

Build

$ yarn build

This command generates static content into the build directory and can be served using any static contents hosting service.

Deployment

Using SSH:

$ USE_SSH=true yarn deploy

Not using SSH:

$ GIT_USER=<Your GitHub username> yarn deploy

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.