Commit 2abc400 1 parent d630e3e commit 2abc400 Copy full SHA for 2abc400
File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,10 @@ You need:
35
35
- Packages from pip-dev-requirements.txt
36
36
- C and C++ compiler for some of the dependencies
37
37
- 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 ` )
41
42
- For linting TypeScript: Node.js and pnpm\
42
43
(` corepack enable ` or ` alias pnpm="corepack pnpm" ` )
43
44
@@ -47,7 +48,7 @@ You need:
47
48
48
49
### How to run
49
50
50
- - ` python -Xdev -Xwarn_default_encoding - m an_website `
51
+ - ` python -Xdev -m an_website --redis-enabled=1 --ratelimits=0 --port=8080 `
51
52
52
53
(` -Xdev ` enables development mode)
53
54
You can’t perform that action at this time.
0 commit comments