Skip to content

Commit 88d6df7

Browse files
committed
Update Biome config and various updates for Kanae
1 parent fe23c3b commit 88d6df7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.1.3/schema.json",
33
"files": {
44
"ignoreUnknown": true,
55
"includes": [

docs/projects/kanae/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ It's also important to read the [contributing](https://github.com/UCMercedACM/ka
3434

3535
## Setup
3636

37-
Kanae only supports Python 3.9 or higher
37+
Kanae only supports Python 3.10 or higher
3838

3939
:::note
4040

41-
You need to ensure that PostgreSQL and Redis are up before setting up Kanae. Please see the [Database](#database) section for further instruction.
41+
You need to ensure that PostgreSQL and Valkey are up before setting up Kanae. Please see the [Database](#database) section for further instruction.
4242
:::
4343

4444
### Step 1 - Clone the repo
@@ -92,7 +92,7 @@ cp config.dist.yml server/config.yml
9292
### Step 6 - Run the SQL migrations
9393

9494
Kanae uses [Atlas](https://atlasgo.io/) to manage schema migrations. Specifically, [Declarative Migrations](https://atlasgo.io/getting-started#declarative-migrations)
95-
are used instead. This type of migration is very similar to how Git works. To simplify things, use the task command below instead. Continue to finish the prompts.
95+
are used instead. This type of migration is very similar to how Git works. To simplify things, use the task command below instead. Continue the prompts to finish.
9696

9797
```bash
9898
task schema-apply
@@ -113,7 +113,7 @@ Once done, navigate to `127.0.0.1:8000` and verify that it works.
113113

114114
## Database
115115

116-
The database used are PostgreSQL and Redis. By default, a Docker Compose file is included for spinning up these for development.
116+
The database used are PostgreSQL and Valkey. By default, a Docker Compose file is included for spinning up these for development.
117117
Setup instructions are as follows:
118118

119119
### Step 1 - Copy `.env` template

0 commit comments

Comments
 (0)