gnote

module
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 16, 2022 License: MIT

README

secret logo

gnote

A notetaking and snippet sharing web based application.

hosted at note.mrinjamul.in.

Note: Work in progress.

Requirements

Development

To get started, you can clone the repository and run the following commands:

git clone https://github.com/mrinjamul/gnote.git

To install the dependencies, run the following commands:

cd gnote
go mod download

Copy environment variables file and replace the values with your own.

cp .env.example .env

To run the application, run the following commands:

export $(cat .env | xargs)
make dev
./gnote

To build the application (production), run the following commands:

make
export $(cat .env | xargs)
./gnote

License

Directories

Path Synopsis
api
cmd

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL