LÖVE Potion Wiki
Find a file
2025-12-16 11:19:21 -05:00
.github/workflows Update deployment.yml 2025-11-02 08:44:17 -05:00
docs docs: fix tabitem issue 2025-12-16 11:19:21 -05:00
src update dependencies, faq 2025-11-02 00:08:11 -04:00
static update dependencies, faq 2025-11-02 00:08:11 -04:00
.gitignore Merge branch 'main' of https://github.com/lovebrew/lovebrew.github.io 2024-10-07 12:06:12 -04:00
.prettierrc add bundler site link, update docusaurus stuff 2024-12-30 15:58:41 -05:00
babel.config.js migrate to docusaurus 2024-10-07 11:43:02 -04:00
CNAME Create CNAME 2025-08-03 21:07:54 -04:00
docusaurus.config.ts update dependencies, faq 2025-11-02 00:08:11 -04:00
LICENSE migrate to docusaurus 2024-10-07 11:43:02 -04:00
package-lock.json update dependencies, faq 2025-11-02 00:08:11 -04:00
package.json update dependencies, faq 2025-11-02 00:08:11 -04:00
README.md migrate to docusaurus 2024-10-07 11:43:02 -04:00
sidebars.ts rename bundler docs path to fix conflict 2025-06-18 10:36:17 -04:00
tsconfig.json add bundler site link, update docusaurus stuff 2024-12-30 15:58:41 -05: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.