feat: initial release

This commit is contained in:
Geoffroy Empain
2020-12-02 15:40:43 +01:00
commit 764c62b6b8
45 changed files with 11052 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
<p align="center">
<img alt="Meli Logo" src="https://raw.githubusercontent.com/meli-io/meli-brand/master/logo/logo-withot-text.svg" width="100" />
</p>
<h1 align="center">
Meli
</h1>
Self-hosted and (soon) cloud-hosted static site deployment server built with Caddy, NodeJS, React and MongoDB.
## Development
```
npm start
```
Test the CLI:
```
./build/index.js --help
```