-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(sphinx): add base doc for all project component
Signed-off-by: Mael-RABOT <[email protected]>
- Loading branch information
1 parent
500ff47
commit dea2105
Showing
10 changed files
with
453 additions
and
249 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.