Website: https://limbuscompute.pages.dev
Work-in-progress toolbox for Limbus Company, a turn-based RPG developed by Project Moon. Made with Nuxt.
Prerequisites:
- Node.js (developed & tested with version 20.8.0)
- pnpm (or convert the lockfile/commands yourself)
Clone the repository, then install the dependencies:
git clone https://github.com/MusicOnline/LimbusCompute
pnpm installCreate a .env file with the following content or define the environment variables elsewhere:
# Set to true if "pnpm generate" should be prerendered to HTML
# Set to false to only render HTML using JS when browsed to (no SEO support)
# Alternatively, this can be set in nuxt.config.ts in ssr
ENABLE_SSR=true
# For generating static files for GitHub Pages deployment,
# repository pages are deployed to username.github.io/RespositoryNameHere
# Therefore this must be set to correct the routing base URL
# Alternatively, this can be set in nuxt.config.ts in app.baseURL
# Omit this variable if pages are deployed to the root URL
# Remember to add the leading and trailing slash
NUXT_APP_BASE_URL=/RepositoryNameHere/
# For generating SEO meta tags that require the base URL including the domain name
# Omit the trailing slash
NUXT_PUBLIC_FULL_BASE_URL=http://localhost:3000
# Optional git remote repository commit base URL
NUXT_PUBLIC_COMMIT_BASE_URL=https://github.com/MusicOnline/LimbusCompute/commitStart the development server on http://localhost:3000
pnpm devServe with a Node.js Server:
pnpm build
# Start server
node .output/server/index.mjsStatic hosting:
pnpm generate
# Serve .output/public, example:
pnpm dlx serve .output/publicLocally preview production build:
pnpm previewAny pushes to this repository may trigger Cloudflare Pages to build and deploy the website with its automatic deployments feature (without using workers). This is currently disabled due to it being unstable (works sometimes, and segfaults other times). In addition to the above environment variables, NITRO_PRESET=static is required. This is the build command:
pnpm builddeploy-cfpages can be triggered manually with GitHub Actions in case the Cloudflare build fails. This workflow is used on push instead of Cloudflare's own automatic deployments.
Additionally, any pushes to the main branch of this repository will trigger the deploy-ghpages workflow to deploy the website to GitHub Pages.
GitHub Pages Mirror: https://musiconline.github.io/LimbusCompute/
Artifacts for both builds are available for download in their respective GitHub Actions pages.
In no particular order:
- SyxP (ObiterDicta.jl)
- Twig (understanding & checking game mechanics)