1
0
mirror of https://github.com/Timwi/KtaneWeb.git synced 2024-07-27 03:32:15 +01:00
The software behind http://ktane.timwi.de/.
Go to file
2024-07-26 19:14:55 +02:00
Src OpenGraph injection: make sure to close the file stream. 2024-07-26 19:14:55 +02:00
.editorconfig Add .editorconfig 2021-11-03 16:30:55 -04:00
.gitignore Add .vscode folder to gitignore 2024-01-17 01:24:36 +01:00
KtaneWeb.sln Switch to Nuget for all dependencies. 2021-06-14 11:45:44 +02:00
LICENSE Add LICENSE file. 2017-05-16 04:58:06 +02:00
package-lock.json Migrate to TypeScript. 2019-03-26 02:37:19 +01:00
package.json Migrate to TypeScript. 2019-03-26 02:37:19 +01:00
README.md Update README.md 2021-06-14 11:51:39 +02:00

Set up the solution for KtaneWeb

KtaneWeb depends on a number of Nuget packages. Visual Studio handles this automatically when you try to compile the project; otherwise you may need to run a “Nuget restore” first.

Here are some links to the individual repos. You do not need to clone these unless your contributions requires a change to any of those.

Set up KtaneWeb locally

  1. Make sure you have git installed OR you already have a clone of KtaneContent.

  2. The first time you run KtaneWeb, it will provide interactive prompts to help you set up the system. Follow the instructions on screen.