mirror of
https://github.com/janishutz/libreevent.git
synced 2025-11-25 21:34:24 +00:00
29 lines
1.8 KiB
HTML
29 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>Getting Started :: docs - libreevent</title>
|
|
<link rel="stylesheet" href="/docs/css/style.css">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta charset="utf-8">
|
|
<meta name="description" content="Looking for a free and open source event management solution you can host yourself? libreevent is a project that does exactly that.">
|
|
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/dark.min.css">
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
|
|
<script>hljs.highlightAll();</script>
|
|
</head>
|
|
<body>
|
|
<div id="nav"></div>
|
|
<div id="side-bar"></div>
|
|
<div id="backToTop" onclick="backToTop();"></div>
|
|
<div id="docPage">
|
|
<div id="doc-container">
|
|
<h1>Getting Started</h1>
|
|
<p>In this tutorial, you are going to learn how to set up and configure libreevent.</p>
|
|
<p>Installing libreevent will take you about 2 hour, if you have never made anything similar before. If you don't want to deal with the installation, you may contact us <a href="https://api.janishutz.com/contact/setup?origin=libreevent&campaign=installation-docs">here</a>, so we can set it up for you.</p>
|
|
<p>Let's begin the installation <a href="/docs/setup/installation">here</a>!</p>
|
|
</div>
|
|
</div>
|
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
|
<script src="/docs/js/index.js"></script>
|
|
</body>
|
|
</html> |