Gramax is a free text editor with a built -in mechanism of control and comparison of versions. It works offline, does not store data in the cloud, but makes it possible to share them in several clicks.
To start editing the documentation, just download the application or open it in the browser. Links are available on our website.
To expand the portal for readers on your domain, you will need:
Open your terminal and execute the command:
curl -O https://gram.ax/docker-compose.yaml ; docker compose upOpen PowerShell and execute the command:
Invoke-WebRequest - Uri " https://gram.ax/docker-compose.yaml " - OutFile " docker-compose.yaml " ; docker compose upNode >= v20.11.1Rustemcc Before starting, it is necessary to be tired and compiled all the dependencies. To do this, use:
./install-deps.sh --all To start Next.js, go to apps/next/ folder. To launch Vite go to apps/browser/ folder.
To launch the developer mode:
npm run devFor launching Production Build:
Shoot the application by the command:
npm run buildThen start the application with the command:
npm run startOr use the command
npm run run Documentation for users is located here.
We are pleased to welcome everyone who wants to contribute to the development of Gramax. Your support and efforts help make Gramax better for all users.
Test . Help us find and fix errors. Regular testing of new versions helps to make sure that Gramax works without failures.
Participate in discussions . Your ideas and reviews are very important for us. Share your thoughts in the Telegram channel how to improve Gramax.
If you have questions or you need help, do not hesitate to write to us!
Also follow us on the blogs:
The project is distributed under the GPL-3.0 license.