Skip to content

neutralinojs/neutralinojs.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

23b5ccb · Feb 26, 2025
May 26, 2024
Feb 25, 2025
Apr 26, 2021
Jan 31, 2025
Jan 30, 2025
May 6, 2024
Apr 4, 2021
May 13, 2021
May 17, 2018
May 15, 2018
Mar 19, 2024
Apr 4, 2021
Feb 26, 2025
May 26, 2024
Jan 31, 2025
Dec 20, 2024

Repository files navigation

Neutralinojs website

This repository contains the source code of the Neutralinojs website including the Markdown-based documentation. This website is built using Docusaurus 2, a modern static website generator.

Developer guide

Prerequisites

Node.js: Use older version of Node.js (around v16.19.0). Use Node Version Manager (NVM) for easy switching between Node.js versions.

To install and use the correct Node.js version, execute:

nvm install
nvm use

We'll soon fix this issue and let contributors run this project on latest Node versions.

Installation

yarn install

Local Development

yarn start

This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.

Build

yarn build

This command generates static content into the build directory and can be served using any static content hosting service.

Deployment

Our GitHub Actions deployment workflow automatically deploys the last commit in the main branch to the GitHub Pages service.

License

MIT

Contributing to Neutralinojs

We really appreciate your code contributions. Please read this contribution guide before sending a pull request. Thanks for your contributions. Check out FAQs in case of general queries.

Contributors

Made with contributors-img.