An mirror from our Website repository. https://premid.app

Alexander BC 5a9fb11617 fix: use "Project Staff" role to classify staff group of users hai 1 ano
.github e91cca4747 fix: change branch %!s(int64=2) %!d(string=hai) anos
src 5a9fb11617 fix: use "Project Staff" role to classify staff group of users hai 1 ano
.dockerignore 2f7d0980c9 ♻ Update docker files %!s(int64=3) %!d(string=hai) anos
.gitignore 1b6ef64f47 chore: refactor %!s(int64=2) %!d(string=hai) anos
.npmrc aa9df781e2 chore: ignore peers %!s(int64=2) %!d(string=hai) anos
.prettierignore e9228c7ca7 ✨ Le big merge %!s(int64=4) %!d(string=hai) anos
.prettierrc.yaml e9228c7ca7 ✨ Le big merge %!s(int64=4) %!d(string=hai) anos
Dockerfile d56ec18e76 🚀 Fix deployment issues. %!s(int64=2) %!d(string=hai) anos
LICENSE e6a7f9d90f 🔄 Synced local 'LICENSE' with remote 'LICENSE' %!s(int64=2) %!d(string=hai) anos
README.md 9de26a4ed7 Update README.md %!s(int64=3) %!d(string=hai) anos
cryptify.js 233b08f215 :bug: Fix function names. %!s(int64=3) %!d(string=hai) anos
nuxt.config.js 53e0dfefff perf: higher cache duration %!s(int64=2) %!d(string=hai) anos
package.json a0461e67bb chore(deps): update dependency @nuxtjs/google-adsense to v2.1.0 (#1038) %!s(int64=2) %!d(string=hai) anos
pnpm-lock.yaml a0461e67bb chore(deps): update dependency @nuxtjs/google-adsense to v2.1.0 (#1038) %!s(int64=2) %!d(string=hai) anos
tsconfig.json ff319d4d6a ♻️ Major refactoring %!s(int64=2) %!d(string=hai) anos
vue-shim.d.ts c9d30ea6a1 🐛 Fix search %!s(int64=4) %!d(string=hai) anos
yarn.lock a0461e67bb chore(deps): update dependency @nuxtjs/google-adsense to v2.1.0 (#1038) %!s(int64=2) %!d(string=hai) anos

README.md

# PreMiD Website

This repository contains source code of PreMiD's website that allows you to install presences from our presence store. If you want to get more information or help us by contributing in this project, we would like to see you in our Discord server:

Join our Discord!

Additional information

Our server automatically builds the latest website versions from master and stable branches. The master branch includes all changes that was not tested yet and may have perfomance issues.

Building

# install dependencies
yarn

# build website in /dist
yarn build

Development

# install dependencies
yarn

# host local server
yarn dev