Skip to content

Nurl TTRPG | Where Tabletop Legends Are Made

Notifications You must be signed in to change notification settings

nurl-inc/website

Repository files navigation

Nurl Website

The official website for Nurl, where tabletop legends are made.

Developing

pnpm run dev

# or start the server and open the app in a new browser tab
pnpm run dev -- --open

Building

Solid apps are built with presets, which optimize your project for deployment to different environments.

By default, pnpm run build will generate a Node app that you can run with pnpm start. To use a different preset, add it to the devDependencies in package.json and specify in your app.config.ts.

This project was created with the Solid CLI

Converting .png to .webp on macOS

cwebp public/images/input.png -o public/images/output.webp

Releases

No releases published

Packages

No packages published

Languages