OPEN-SOURCE WRITTING WORKSPACE. Works in local browser, it is not a website yet. This is a side project using Antigravity.
In the near future, I'll try to rewrite Feder without Node.js. There is unnecesary MB for this lightweight Webapp.
Before installing the application, ensure you have the following software installed on your system:
- Node.js: Version 18.0 or higher is recommended.
- npm: Typically included with the Node.js installation.
-
Clone the repository
git clone https://github.com/CodexFabrica/Feder.git
-
Navigate to the project directory
cd Feder -
Install dependencies
npm install
To open the web application, you can simply run the provided batch file:
- Double-click
FederWebApp.bat
Or manually via terminal:
npm run devTo create a production build of the desktop application (executable):
-
Double-click
BuildDesktop.bat- Note: This script may request Administrator privileges to perform the build.
-
Once the build is complete, the executable files will be located in the
dist_electrondirectory.- The installer/setup file:
dist_electron/Feder Setup <version>.exe - Unpacked executable:
dist_electron/win-unpacked/Feder.exe
- The installer/setup file:
Alternatively, you can build via the command line:
npm run electron:buildTo run the desktop version in development mode (or open the built version if it exists):
- Double-click
FederDesktop.bat
Or manually:
npm run electron:dev