Skip to content

memocash/index

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Memo Index

Install Go

https://go.dev/doc/install

Checkout repo and run server

git clone git@github.com:memocash/index.git
cd index
go build
./index serve live

Configuration

Two options for setting config values.

  1. Use environment variables, e.g.
    NODE_HOST=example.com:8333 ./index serve live
  2. Use a config file, e.g. config.yaml:
    NODE_HOST: example.com:8333
    GRAPHQL_PORT: 8080

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published