mirror of
https://github.com/lordmathis/lemma.git
synced 2025-11-05 15:44:21 +00:00
0933132a423a7c2b317b750b354b37e6abaa7893
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%