You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The desktop version (on branch desktop), is currently well behind the web app version. It will eventually be brought up to par, but if you need it now, it's available to download on the releases page (for Linux, Windows, and Mac).
Note down your admin username and password for the next step.
I can't provide detailed instructions for installing these, because each system is different.
* this dependency will be removed once all user documents are migrated to SQLite DB.
2. Project Directories
git clone git@github.com:gingko/client.git
git clone git@github.com:gingko/server.git
mkdir data
After this you should have all three directories side-by-side: client, server, and data.
3. Client setup
cd client
bun i
cp config-example.js config.js
bun run newwatch
4. Server setup
In a new terminal, navigate to the /server directory, and do the following:
npm i
cp config-example.js config.js
sed -i 's/couchusername/your_couchdb_admin_username/' config.js
sed -i 's/couchpassword/your_couchdb_admin_password/' config.js
npm run build
npm start
Now you should be able to visit https://localhost:3000 and use your local Gingko Writer install.
About
Gingko Writer. Tree-based writing software, written in Elm.