mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-06 05:15:35 -06:00
Fixed blockquote alerts in README, mild reformatting
This commit is contained in:
@@ -9,8 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
### Changed
|
||||
|
||||
- Mildly reformatted `README.md`
|
||||
- A development mode check for the `app.state.ip_pool`'s initialization (caused application failure in production only)
|
||||
|
||||
### Fixed
|
||||
|
||||
- Improper formatting of blockquote Alerts in `README.md`
|
||||
|
||||
## [0.2.0] - 2024-11-01
|
||||
|
||||
### Added
|
||||
|
||||
10
README.md
10
README.md
@@ -36,7 +36,8 @@ asdf install
|
||||
|
||||
This installs the version of Node.js specified in [`.tool-versions`](.tool-versions).
|
||||
|
||||
>[!NOTE] If you use Node.js for other projects, you may want to install the version you need & set it as the global version via `asdf global nodejs <version>` or `asdf install nodejs latest:<version>`. If you don't care, `asdf install latest nodejs` also works.
|
||||
> [!NOTE]
|
||||
> If you use Node.js for other projects, you may want to install the version you need & set it as the global version via `asdf global nodejs <version>` or `asdf install nodejs latest:<version>`. If you don't care, `asdf install latest nodejs` also works.
|
||||
|
||||
2. Install `pnpm` with `npm install -g pnpm`
|
||||
3. `cd frontend`
|
||||
@@ -58,7 +59,7 @@ This installs the version of Node.js specified in [`.tool-versions`](.tool-versi
|
||||
|
||||
3. Install backend dependencies with `poetry install`.
|
||||
4. Start the backend server with `./run.sh`
|
||||
5. (*optional*) Install the [Railway CLI][railway]
|
||||
5. (_optional_) Install the [Railway CLI][railway]
|
||||
- Fastest installation is via shell: `bash <(curl -fsSL cli.new)`
|
||||
- Alternatives found [here][railway].
|
||||
- This will let us skip creating a local `.env` file, as well as keeping your database URL synchronized.
|
||||
@@ -66,7 +67,7 @@ This installs the version of Node.js specified in [`.tool-versions`](.tool-versi
|
||||
|
||||
## Usage
|
||||
|
||||
A full stack (*frontend* and *backend*), automatically reloading project is possible, but it requires two terminals.
|
||||
A full stack (_frontend_ and _backend_), automatically reloading project is possible, but it requires two terminals.
|
||||
|
||||
1. Open a terminal in each respective directory (`/backend` and `/frontend`).
|
||||
2. Execute `./run.sh` to start the development server for each.
|
||||
@@ -74,7 +75,8 @@ A full stack (*frontend* and *backend*), automatically reloading project is poss
|
||||
- See [`.env.example`](backend/.env.example) for a list of all available environment variables.
|
||||
- For the frontend, the defaults are already sufficient.
|
||||
|
||||
>[!WARNING] The `run.sh` scripts provide default environment variables internally; if you want to run the commands manually, you'll need to provide them to `.env` files or the command line.
|
||||
> [!WARNING]
|
||||
> The `run.sh` scripts provide default environment variables internally; if you want to run the commands manually, you'll need to provide them to `.env` files or the command line.
|
||||
|
||||
[peewee]: https://docs.peewee-orm.com/en/latest/
|
||||
[railway]: https://docs.railway.app/guides/cli
|
||||
|
||||
Reference in New Issue
Block a user