JackatDJL / Athenetz-SV

In this Repository me @derjacklive Develops the new SV website for Athenetz
https://athe-sv.vercel.app
1 stars 0 forks source link

Athenetz-SV

ESLintCodeQLDependabot Updates

This is the Monorepo for the Student Council of the Gymnasium Athenaeum Stade Located in Stade, Lower Saxony, Germany

This project is currently entirely in German. In the (distant) future, English, Russian, and Ukrainian might be added. However, English is used in README files and documentation out of habit.

Open

Contact us!

If you got Questions please write us an E-/mail Write a Email

or a Mail to

Gymnasium Athenaeum Schülervertretung z. Hdn. Jack Ruder Harsefelder Straße 40 21680 Stade

To Contribute

Run the following commands in your dev directory:

git clone https://github.com/JackatDJL/Athenetz-SV.git
cd Athenetz-SV
git fetch
git checkout v0.0.1-dev
corepack enable
yarn install
yarn build

Typescript knowledge required! Yarn package manager required!

Utilities

This Turborepo has some additional tools already setup for you:

Build

To build all apps and packages, run the following command:

yarn dedupe
yarn build

Develop

To develop all apps and packages, run the following command:

yarn dev