This project holds the codebase for the client part of the Tekst platform. For general information on Tekst, visit the Tekst repository.
- Clone this repository via
git clone https://github.com/VedaWebProject/Tekst-Web.git - Install the project and its dependencies (from project directory):
npm install - You can now use
npm run devto run the Vite dev servernpm run buildto build the projectnpm run typesto generate types from the Tekst-API OpenAPI schemanpm run translationsto generate translation modules from the translation files- ...and so on
- The project also has some very convenient recipes configured that can be run with just (a task runner). This is optional, but it helps a lot. Recipes can then be run via
just <recipe name>. You'll get a commented overview of the configured recipes if you runjustwithout any arguments (or look here).