No description
Find a file
Douze Baie 0c6cee19d5
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 44s
updat push-to-prod.sh
2024-09-26 11:15:08 +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 updat push-to-prod.sh 2024-09-26 11:15:08 +02:00
components feat(name): rename to NixiN 2024-09-25 18:13:09 +03:00
public update logo 2024-09-26 11:13:43 +02: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: draft roadmap for v0.1 2024-09-26 11:35:37 +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