update technical principles
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 34s

This commit is contained in:
Douze Bé 2024-10-04 23:15:47 +02:00
parent ccada8875e
commit 74b3330302

View file

@ -24,7 +24,8 @@ But the goal is to host the whole project using itself as soon as possible. That
## Version control everything
Not only will we version control our source code, but we will integrate version control at the core of NixiN, so that all the user configurations generated when using NixiN will be stored in a version control repository.
## CI/CD
## Continuous Integration / Continuous Delivery
In the same way as with version control, we will not only use CI/CD for developing NixiN. We will also integrate CI/CD as a core feature of NixiN for the users to test and deploy their machines configurations.
## Focus on user experience