Compare commits

..

20 Commits

Author SHA1 Message Date
d357848a68 Merge branch 'main' into Luis-Hebendanz-main
All checks were successful
checks-impure / test (pull_request) Successful in 24s
checks / test (pull_request) Successful in 1m27s
2023-11-12 11:28:27 +01:00
a4977121c5 nix fmt
All checks were successful
checks / test (pull_request) Successful in 1m30s
checks-impure / test (pull_request) Successful in 26s
2023-11-12 11:20:10 +01:00
be15f704d9 Fixed missing direnv install step in README 2023-11-12 11:20:09 +01:00
54d92cace8 Test change 2023-11-12 11:19:18 +01:00
735d727196 Test change 2023-11-12 11:19:18 +01:00
331b504829 update ui-assets.nix 2023-11-12 11:19:18 +01:00
497379dc82 Changed update-ui-assets to push to IoSL 2023-11-12 11:19:17 +01:00
d830e4426d Changed update-ui-assets to push to IoSL 2023-11-12 11:18:33 +01:00
c044cb9474 Test change fmt 2023-11-12 11:18:33 +01:00
c87a5b1022 Test change 2023-11-12 11:18:33 +01:00
6d89d43a2f Test change fmt 2023-11-12 11:18:33 +01:00
b992b46e7a Test change 2023-11-12 11:18:33 +01:00
fa30099991 update ui-assets.nix 2023-11-08 21:02:45 +00:00
b4c657501e Merge pull request 'README: Fixed missing direnv install step' (#13) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#13
2023-11-08 21:47:57 +01:00
c4388733e5 Fix forgetting to delete api folder in UI 2023-11-08 21:47:57 +01:00
105b6f0b35 Merge pull request 'Improved README' (#12) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#12
2023-11-01 16:11:31 +01:00
1f895a0668 README: Fixed missing direnv install step 2023-11-01 16:11:31 +01:00
adcca39dc9 Merge pull request 'Improved README' (#11) from Luis-main into main
Reviewed-on: Luis/nextjs-python-web-template#11
2023-10-31 13:32:24 +01:00
637921e722 nix fmt 2023-10-31 13:24:10 +01:00
44f12945b8 Improved README 2023-10-31 13:24:10 +01:00

View File

@@ -11,6 +11,7 @@ Welcome to our website template repository! This template is designed to help yo
**Dependency Management**: We use the [Nix package manager](https://nixos.org/) to manage dependencies and ensure reproducibility, making your development process more robust.
## Supported Operating Systems
- Linux
- macOS
@@ -33,8 +34,10 @@ Let's get your development environment up and running:
```
3. **Add direnv to your shell**:
- Direnv needs to [hook into your shell](https://direnv.net/docs/hook.html) to work.
You can do this by executing following command:
You can do this by executing following command:
```bash
echo 'eval "$(direnv hook zsh)"' >> ~/.zshrc && echo 'eval "$(direnv hook bash)"' >> ~/.bashrc && eval "$SHELL"
```