dependabot[bot] ebdcda6aa2 Bump golang.org/x/net
Bumps the go_modules group with 1 update in the /backend directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.21.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.21.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-28 12:54:12 +00:00
2024-09-28 12:54:12 +00:00
2024-09-27 14:30:49 +02:00
2024-09-27 22:34:35 +02:00
2024-09-25 11:50:06 +02:00
2024-09-26 22:01:44 +02:00

NovaMD

Yet another markdown editor. Work in progress

Running the Backend

  1. Navigate to the backend directory
  2. Set the FOLDER_PATH environment variable to your desired file storage location
  3. Run the server:
    go run cmd/server/main.go
    
    The server will start on port 8080 by default.

Running the Frontend

  1. Navigate to the frontend directory
  2. Install dependencies:
    npm install
    
  3. Start the development server:
    npm start
    
    The frontend will be available at http://localhost:3000
Description
Yet another note-taking app
Readme Apache-2.0 2.4 MiB
Languages
TypeScript 63.7%
Go 35.8%
JavaScript 0.2%
SCSS 0.1%
Shell 0.1%