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
- Host: GitHub
- URL: https://github.com/fission-codes/moon-garden
- Owner: fission-codes
- License: apache-2.0
- Created: 2021-06-28T16:19:57.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-07-22T11:23:23.000Z (almost 5 years ago)
- Last Synced: 2025-04-03T04:56:18.414Z (about 1 year ago)
- Language: Elm
- Homepage: https://moon-garden.fission.app
- Size: 1.92 MB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
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