update technical principles
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 34s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 34s
This commit is contained in:
parent
ccada8875e
commit
74b3330302
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ But the goal is to host the whole project using itself as soon as possible. That
|
||||||
## Version control everything
|
## 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.
|
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
|
## Focus on user experience
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue