No description
Find a file
2025-03-26 01:47:40 +01:00
.idea 🔧 Added codeStyleConfig 2022-10-20 15:36:43 +02:00
public 🚚 Moved for security purposes 2022-11-07 20:17:52 +01:00
src Code Cleanup 2025-03-26 01:45:47 +01:00
tools 🎨 Code Cleanup 2022-12-04 17:05:04 +01:00
.env.json.example 🔧 make a default config file 2022-11-27 00:24:04 +01:00
.gitignore Exclude prod config file 2022-11-27 00:24:43 +01:00
index.html Added noscript support 2022-11-01 17:04:23 +01:00
LICENSE 📄 Added MIT License 2022-10-12 14:44:39 +02:00
nginx.conf.example Added nginx config 2022-11-10 21:17:36 +01:00
package-lock.json Upgraded UiKit 2025-03-26 01:37:07 +01:00
package.json Code Cleanup 2025-03-26 01:47:40 +01:00
README.md 📝 Updated README.md 2022-10-18 15:41:01 +02:00
tailwind.config.js Fixed things 2024-02-03 17:18:18 +01:00
vite.config.js 🎨 Cleanup Imports 2022-11-11 19:31:46 +01:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev