Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sample Standby App #19

Open
wants to merge 8 commits into
base: develop
Choose a base branch
from
Open

Sample Standby App #19

wants to merge 8 commits into from

Conversation

yS2h
Copy link

@yS2h yS2h commented Dec 3, 2024

This is a draft open-source document. We will revise it later and request it again.

@yS2h yS2h changed the title Draft Standby App Column Sample Standby App Dec 8, 2024
@yS2h yS2h changed the base branch from main to develop December 8, 2024 15:10
<img src="https://img.shields.io/badge/React%20Hook%20Form-%23EC5990.svg?style=for-the-badge&logo=reacthookform&logoColor=white">
<img src="https://img.shields.io/badge/✋ react use gesture-%23CC342D.svg?style=for-the-badge&logo=&logoColor=white">
<img src="https://img.shields.io/badge/webOS-a50034.svg?style=for-the-badge&logo=lg&logoColor=white">
<div/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Incorrect tags can affect content style.

correction guide
<div/> -> <div>

<img src="https://github.com/user-attachments/assets/8fd56178-2bbd-44e9-9dd3-d40a1148b5bb"
style="width: 50%;">
style="width: 49%;">
</p>

<br/><br>
Copy link
Contributor

@nickyzero nickyzero Dec 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove <br> tag


> Database ERD
It is a diagram of the overall structure of our system.
<p align = "center">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change this block to {{<figure >}} format.

example)
{{< figure src="url_of_image" caption="caption of image" alt="alternative name of imange" >}}

</p>
<p align = "center"> Api documents
</p>


### ✔️Frond-end
<div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to remove <div> </div> tag

### Client Device
We need a Raspberry Pi 4 with webOS OSE.

<dl>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change this html block as belows:

**Raspberry Pi 4 Model B 8GB**

**MicroSD Card with webOS OSE Image**
- You can get the pre-built image in [this GitHub address](https://github.com/webosose/build-webos/releases/tag/v2.24.0).
- You need to flash this image on a micro sd card. 

**Monitor**
- The model we used is a 7-inch Raspberry Pi 1024x600 HDMI touchscreen LCD.

_(Instructions to be added)_
* ensure that you already has some ipk file from repository build command.

> ares-setup-devices
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to change this style as belows:

ares-setup-devices

<dd>The model we used is a 7-inch Raspberry Pi 1024x600 HDMI touchscreen LCD.</dd>

### Host PC
This is the host pc specification we used.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to divide the hardware specification and the software specification and specify the software that needs to be installed in the software specification.

## How to run

First of all, I will explain the process from the back-end perspective.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice if you could write the process of running the server in Step by Step.

Example)

  1. Colne the repository
  2. Server Setup
    ...


The project uses **Yarn 4.5.0** as its package manager, managed as a `.cjs` file in `.yarn/releases`. It requires Node.js version **18 or higher**, and has been tested with version **22.5.1**.

### Environment Variables
<dt>Environment Variables</dt>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

if you want to use bold style, you can use **strong** format.


The project uses **Yarn 4.5.0** as its package manager, managed as a `.cjs` file in `.yarn/releases`. It requires Node.js version **18 or higher**, and has been tested with version **22.5.1**.

### Environment Variables
<dt>Environment Variables</dt>

Before running the project, you need to create an `.env` file in the project root. An example `.env` file is provided as `example.env`. Below are the descriptions of the environment variables:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to example as belows:

PORT = 1234
DATABASE_URL = https://vvv..sss..ddd
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants