mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 23:44:22 +00:00
ebdcda6aa29106d8d3c6b43dbd44286d0dc23fd9
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>
NovaMD
Yet another markdown editor. Work in progress
Running the Backend
- Navigate to the
backenddirectory - Set the
FOLDER_PATHenvironment variable to your desired file storage location - Run the server:
The server will start on port 8080 by default.
go run cmd/server/main.go
Running the Frontend
- Navigate to the
frontenddirectory - Install dependencies:
npm install - Start the development server:
The frontend will be available at
npm starthttp://localhost:3000
Description
Languages
TypeScript
63.7%
Go
35.8%
JavaScript
0.2%
SCSS
0.1%
Shell
0.1%