Skip to content

Latest commit

 

History

History
 
 

Tekst-Web

Tekst Web

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
    • ...and so on
  4. The project has some very convenient tasks configured that can be run with Task (a task runner). This is optional, but it helps a lot. You can install it form here. Tasks can then be run via task <taskname>. You'll get a commented overview of the configured tasks if you run task without any arguments (or look here).