Newsletter
Join the Community
Subscribe to our newsletter for the latest news and updates
The official Neutralinojs website and documentation, built with Docusaurus, deployable to GitHub Pages via GitHub Actions.
Neutralinojs Website is the official Docusaurus-powered source repository behind the Neutralinojs project site at neutralino.js.org, serving as both the project's public documentation and a working template for a markdown-driven static documentation site.
Neutralinojs Website is the source code repository for the official Neutralinojs website, built entirely with Docusaurus, a modern static website generator. It takes Markdown-based documentation content and produces a static, deployable website, with a developer workflow for local development, production builds, and automated deployment through GitHub Actions. The repository is maintained by the Neutralinojs open-source community and is released under the MIT license.
yarn start starts a local development server with hot reload, so changes are reflected live in the browser without a server restart.yarn build command generates the full website into a build directory that can be hosted on any static content hosting service.main branch to GitHub Pages, eliminating manual publishing steps.yarn install, and start editing Markdown files with a live preview.yarn build to generate a fresh static site for review before deployment.The developer guide in the repository covers installing the right Node.js LTS version via nvm, installing dependencies with yarn install, running the dev server, and creating a production build. Deployment is fully automated, requiring no manual server configuration.
