Oxygen is the web frontend for Geplauder, built with Typescript, Vite, React, Redux Toolkit and TailwindCSS.
For more information on Geplauder, click here.
To configure this project, copy the .env.example
to .env.local
and set the proper backend base url.
Command | Description |
---|---|
npm i |
Install dependencies |
npm test |
Run jest tests |
npm run dev |
Start frontend development mode, reloads automatically |
npm run lint |
Run ESLint |
npm run build |
Build the frontend |
This project is under heavy development and not suitable for production. It may contain severe security vulnerabilities.
GNU General Public License v3 (GPL-3) unless otherwise stated.