No description
Find a file
Douze Baie 831618a464
Some checks are pending
deploy to prod / Build and deploy site (push) Waiting to run
add comment in push-to-prod.sh script
2024-09-26 10:31:24 +02:00
.forgejo/workflows fix deploy action 2024-09-26 10:27:25 +02:00
.github/workflows implement deploy in deploy action 2024-09-26 10:23:01 +02:00
.vitepress s/Nixos/NixOS/g 2024-09-25 17:33:00 +02:00
bin add comment in push-to-prod.sh script 2024-09-26 10:31:24 +02:00
components feat(name): rename to NixiN 2024-09-25 18:13:09 +03:00
public initial commit 2024-09-24 10:14:24 +03:00
.gitignore initial commit 2024-09-24 10:14:24 +03:00
about.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
configure.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
index.md s/Nixos/NixOS/g 2024-09-25 17:33:00 +02:00
LICENSE initial commit 2024-09-24 10:14:24 +03:00
package-lock.json update name 2024-09-25 17:27:16 +02:00
package.json initial commit 2024-09-24 10:14:24 +03:00
README.md update readme 2024-09-26 09:14:39 +02:00
roadmap.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00
technical-principles.md feat: ConfigForm component and empty doc files 2024-09-24 13:46:27 +03:00

NixiN Web

Building the web site

npm run docs:build

Testing localy

npm run docs:dev

Manually deploying to a server

pushd .vitepress/dist/ ; echo "put -r *" | sftp -b - -N user@server.domain.tld:www ; popd

Automatically deploying to a server

check the action in .forgejo/workflows/deploy.yaml