nyxian.app was built using Docusaurus, a modern static website generator.
- Documentations to write:
- nxtool guide
- Syscalls
- Entitlement system
- Kernel explaination
quickstart.shThis script setups everything for you.
npm installnpm run startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
npm run buildThis command generates static content into the build directory and can be served using any static contents hosting service.
You can find an automatic build of the newest state at https://projectnyxian.github.io/nyxian.app/
deploy.sh user@hostThis will build the site and upload it via ssh to the specified host as the specified user.