Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/drasyl/drasyl.org

Homepage of drasyl
https://github.com/drasyl/drasyl.org

Last synced: 14 days ago
JSON representation

Homepage of drasyl

Awesome Lists containing this project

README

        

# Website drasyl.org

## Create new blog post

````bash
hugo new blog/drasyl-1-2-released.md
````

## Start development server

````bash
hugo server --buildFuture --buildDrafts
````