Testing some readme formatting
This commit is contained in:
parent
0ea21cfaf3
commit
305aa5fd1d
1 changed files with 10 additions and 2 deletions
12
README.md
12
README.md
|
@ -7,14 +7,22 @@ A simple forum written in Rust and Typescript.
|
||||||
## Structure
|
## Structure
|
||||||
|
|
||||||
- `server`: Contains the web server code
|
- `server`: Contains the web server code
|
||||||
- `client`: Contains the frontend client
|
- `client-solid`: Contains the frontend client written in SolidJS
|
||||||
- `client-solid`: Contains the frontend client written in SolidJS (WIP)
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
- Install [Rust](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/)
|
- Install [Rust](https://www.rust-lang.org/) and [Node.js](https://nodejs.org/)
|
||||||
- Install [Just](https://just.systems/man/en/) and [Podman](https://podman.io/) (optional but recommended)
|
- Install [Just](https://just.systems/man/en/) and [Podman](https://podman.io/) (optional but recommended)
|
||||||
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Some info
|
||||||
|
|
||||||
|
> [!IMPORTANT]
|
||||||
|
> Some important info
|
||||||
|
|
||||||
|
> [!WARNING]
|
||||||
|
> Some very important info
|
||||||
|
|
||||||
## Running the project
|
## Running the project
|
||||||
|
|
||||||
There are two ways to run this project. The simple way and the manual way.
|
There are two ways to run this project. The simple way and the manual way.
|
||||||
|
|
Loading…
Reference in a new issue