Skip to content

Commit

Permalink
docs(sphinx): add base doc for all project component
Browse files Browse the repository at this point in the history
Signed-off-by: Mael-RABOT <[email protected]>
  • Loading branch information
Mael-RABOT committed Nov 26, 2024
1 parent 500ff47 commit dea2105
Show file tree
Hide file tree
Showing 10 changed files with 453 additions and 249 deletions.
242 changes: 0 additions & 242 deletions client_web/Documentation/Contexts.md

This file was deleted.

1 change: 1 addition & 0 deletions client_web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"type": "module",
"main": "electron.js",
"scripts": {
"start": "mkcert -install && mkcert localhost && vite",
"dev": "mkcert -install && mkcert localhost && vite",
"production": "vite --mode production",
"build": "tsc -b && vite build",
Expand Down
31 changes: 31 additions & 0 deletions doc/source/client_mobile/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
.. AREA Client Mobile Documentation
AREA Client Mobile
==================

Welcome to the AREA Client Mobile documentation!

Overview
--------

The AREA Client Mobile is the mobile application part of the AREA project, built using React Native and TypeScript. It provides a user-friendly interface for setting up and managing automated workflows that integrate various services on mobile devices.

Key Features
------------

- **User Authentication**: Secure login and registration using various authentication providers.
- **Responsive Design**: Optimized for various mobile devices.
- **Customizable Workflows**: Create and manage workflows with ease.

Getting Started
---------------

To get started with the AREA Client Mobile, follow the installation and setup instructions in the :doc:`installation` section.

Contents
--------

.. toctree::
:maxdepth: 2

installation
31 changes: 31 additions & 0 deletions doc/source/client_mobile/installation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
Installation
============

Follow these steps to set up and run the AREA Client Web project.

1. Clone the repository
-----------------------

.. code-block:: sh
git clone [email protected]:ASM-Studios/AREA.git
2. Install NPM packages
-----------------------

.. code-block:: sh
cd AREA/client_web
npm install
3. Run the project
------------------

.. code-block:: sh
npm run start
4. Access the application
-------------------------

To get the .apk, go onto the front-end and navigate to the following URL: https://localhost:8081/client.apk
Loading

0 comments on commit dea2105

Please sign in to comment.