@@ -22,13 +22,13 @@ mind, that's awesome and we are very interested in hearing about it.
2222
2323### Development environment
2424
25- For contributing to the project, it is recommended to use ` Node.js ` ` 18 ` .
25+ For contributing to the project, it is recommended to use ` Node.js ` ` 20 ` .
2626However, for the documentation we are also using ` Python ` . If you plan to
2727contribute to this part of the project, you will need ` Python ` , preferably
28- version ` 3.10 ` .
28+ version ` 3.13 ` .
2929
3030The following steps demonstrate how to set up the development environment on an
31- ` Ubuntu ` ` 22 .04` operating system. However, the process can be adapted for other
31+ ` Ubuntu ` ` 24 .04` operating system. However, the process can be adapted for other
3232operating systems as well.
3333
3434To start using the ` Vizzu-Story ` development environment, you need to install
@@ -42,9 +42,9 @@ If you want to work with the documantation too, you need to set up the `Python`
4242development environment.
4343
4444``` sh
45- python3.10 -m venv " .venv"
45+ python3.13 -m venv " .venv"
4646source .venv/bin/activate
47- pip install pdm==2.8.0
47+ pip install pdm==2.22.3
4848pdm install
4949```
5050
@@ -64,7 +64,7 @@ npx husky install
6464```
6565
6666** Note:** The provided ` pre-commit ` and ` pre-push ` hook configuration file is
67- tailored for ` Ubuntu ` ` 22 .04` . If you intend to use another operating system,
67+ tailored for ` Ubuntu ` ` 24 .04` . If you intend to use another operating system,
6868you may need to create a custom configuration file suitable for that
6969environment.
7070
@@ -151,10 +151,10 @@ administrator to release the project.
151151To release ` Vizzu-Story ` , follow the steps below:
152152
153153- You should increase the version number in ` package.json ` . The version bump
154- should be in a separated commit.
154+ should be in a separated commit.
155155
156156- Generate the release notes and publish the new release on
157- [ Releases] ( https://github.com/vizzuhq/vizzu-story-js/releases ) .
157+ [ Releases] ( https://github.com/vizzuhq/vizzu-story-js/releases ) .
158158
159159** Note:** Publishing a new release will automatically trigger the ` cd ` workflow
160160which builds and uploads the ` Vizzu-Story ` package to
0 commit comments