An open API service indexing awesome lists of open source software.

https://github.com/fission-codes/moon-garden

🌛 Moon Garden 🌱 is a digital garden built on WebNative
https://github.com/fission-codes/moon-garden

Last synced: about 1 year ago
JSON representation

🌛 Moon Garden 🌱 is a digital garden built on WebNative

Awesome Lists containing this project

README

          

# Moon Garden

A simple digital garden / second brain, powered by [Fission's Webnative SDK](https://github.com/fission-suite/webnative). Includes `[[wikilinks]]` for linking to other pages.

## Environment

### Nix

With [Nix](https://nixos.org/guides/install-nix.html), simply enter the shell:

``` sh
nix-shell
```

### Manual

* Install [Elm](https://guide.elm-lang.org/install/elm.html) 0.19.x
* Install [Node](https://nodejs.org/en/) 16.4.x
* Install [Yarn](https://yarnpkg.com/) 1.22.x

Ensure that your local enviornment has the correct node, with a tool such as [nvm](https://github.com/nvm-sh/nvm).

## Node Dependencies

Install/update Node dependencies:

``` sh
yarn install
```

## Development Server

``` sh
yarn start
```

### Manual

* Install [Node](https://nodejs.org/en/) 16.x
* Install [Yarn](https://yarnpkg.com/) 1.22.x