Skip to content

Latest commit

 

History

History

README.md

Tekst Web

Vue.js TypeScript Vite

This project holds the codebase for the client part of the Tekst platform. For general information on Tekst, visit the Tekst repository.

Development

  1. Clone this repository via git clone https://github.com/VedaWebProject/Tekst-Web.git
  2. Install the project and its dependencies (from project directory): npm install
  3. You can now use
    • npm run dev to run the Vite dev server
    • npm run build to build the project
    • npm run types to generate types from the Tekst-API OpenAPI schema
    • npm run translations to generate translation modules from the translation files
    • ...and so on
  4. 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 run just without any arguments (or look here).