Konzisite is a web application for the students of Budapest University of Technology and Economic Faculty of Electrical Engineering and Informatics to organise consultations, study sessions where students help each other. This repository contains frontend of that application, built with TypeScript, React and ChakraUI. See the backend repository here. The application was developed by Kir-Dev. For more information about the project, see our project page or our blogpost, both in Hungarian.
First, start the backend server by following this guide.
Then copy the contents of .env.example
to a new file named .env
.
In the project directory, you can run:
Installs the dependecies of the app.
Runs the app in the development mode.
Open
http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors
in the console.
Builds the app for production to the build
folder.
It correctly bundles
React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is
ready to be deployed!
See the section about deployment for more information.