Bradymck / AquaPrime-Web

TTRPG Inspired Economic Role Playing Escape Room

Home Page:https://aquaprime.gg/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HTML, CSS, JS (Auto Refresh)

This template is a starter for building a website with HTML, CSS and JS, powered by Vite. HTML provides the basic structure, CSS controls formatting, and JavaScript controls the behavior of different elements.

Hit run to see this project in action. It will auto-refresh as you edit the HTML, CSS and JS files.

Disable Auto Refresh

If you find the auto refresh getting in your way, go to vite.config.js and update it set hmr to false to disable hot module reloading (HMR). The full config will look like this:

export default defineConfig({
  plugins: [],
  server: {
    host: '0.0.0.0',
    hmr: false, // Change this line to `false` disable auto-refreshing.
  }
})

Packages

Because this template uses Vite to build your code, you can add install and use npm packages. Simple open the Packager tool to search and manage your packages.

Learn More

Check out the vite docs to learn more about configuring a frontend application.

About

TTRPG Inspired Economic Role Playing Escape Room

https://aquaprime.gg/


Languages

Language:CSS 60.2%Language:HTML 33.4%Language:JavaScript 5.8%Language:Nix 0.7%