You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[The getting started](https://alyx.readthedocs.io/en/latest/gettingstarted.html) section of the documentation details the steps for
15
+
[The getting started](https://cortex-lab.github.io/alyx/00_gettingstarted.html) section of the documentation details the steps for
16
16
- installing the Python/Django environment
17
17
- running the app with a development server
18
18
- registering local data
19
19
- accessing local data using [ONE](https://one.internationalbrainlab.org)
20
20
21
-
More complex deployments scenarios using web servers and Cloud applications are in the [how-to guides section of the documtentaiton](docs/how-to-guides)
21
+
More complex deployments scenarios using web servers and Cloud applications are in the [how-to guides section of the documentation](docs/how-to-guides)
22
22
23
23
## Contribution
24
24
25
25
* Development happens on the **dev** branch
26
-
* alyx is sync with the **master** branch
27
-
* alyx-dev is sync with the **dev** branch
28
-
*Migrations files are always provided by the repository
26
+
* alyx is in sync with the **master** branch
27
+
* alyx-dev is in sync with the **dev** branch
28
+
*Migration files are always provided by the repository
29
29
30
30
Contribution checklist:
31
31
-[ ] lint using ruff `ruff check .` at the root of the repository
0 commit comments