Skip to content

Commit 2abc400

Browse files
committed
🦕 fix README
1 parent d630e3e commit 2abc400

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

‎README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ You need:
3535
- Packages from pip-dev-requirements.txt
3636
- C and C++ compiler for some of the dependencies
3737
- Depending on the used version of CPython: Rust
38-
- For formatting TypeScript and Markdown: dprint
39-
- For building JavaScript and CSS: Deno\
40-
(`./deno upgrade --output ~/.local/bin/deno`)
38+
- [Just](https://just.systems/man/en/introduction.html)
39+
- For formatting TypeScript and Markdown: [dprint](https://dprint.dev/)
40+
- For building JavaScript and CSS: [Deno](https://deno.com/)\
41+
(`just build`)
4142
- For linting TypeScript: Node.js and pnpm\
4243
(`corepack enable` or `alias pnpm="corepack pnpm"`)
4344

@@ -47,7 +48,7 @@ You need:
4748

4849
### How to run
4950

50-
- `python -Xdev -Xwarn_default_encoding -m an_website`
51+
- `python -Xdev -m an_website --redis-enabled=1 --ratelimits=0 --port=8080`
5152

5253
(`-Xdev` enables development mode)
5354

0 commit comments

Comments
 (0)