/botson_website

Code source du site web

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

botson_website

Svelte TailwindCSS Docker

Introduction

This project is the main website of BotsOn, where you can download the core app (you can find it here)

Requirements

To contribute to this project, you must have Node and by this NPM installed.

Installation

Follow those steps to contribute to the project. First of all, you need to fork and clone the project. Then, you just have to run these commands :

cd yourdirectory
npm run dev -- --open

Endpoints

project/
├── downloads/
│ ├── linux/
│ ├── windows/
│ └── macos/
├── extensions/
└── docs/

The /api/ endpoint is not listed here because it is part of another project present in our github organization.