Skip to content
/ edna Public
forked from kjk/edna

Note taking app for developers and power users

License

Notifications You must be signed in to change notification settings

nosas/edna

 
 

Repository files navigation

Edna

Edna is a note taking app for developers and power users.

To learn more, see https://edna.arslexis.io/help

Compiling and running for yourself

  • go run ./server/ -build-frontend
  • go build -o edna ./server/ (on Windows, -o edna.exe)

This generates a stand-along edna binary that can run on Windows desktop, Mac desktop or Linux server.

To run: ./edna -run-prod

Edna runs on port 9325 so visit http://localhost:9325'

About

Note taking app for developers and power users

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 51.1%
  • Svelte 27.4%
  • HTML 10.5%
  • Go 9.2%
  • TypeScript 1.2%
  • CSS 0.6%