Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/afontainec/thewall-docs

Documentation for thewall
https://github.com/afontainec/thewall-docs

Last synced: 15 days ago
JSON representation

Documentation for thewall

Awesome Lists containing this project

README

        

# Develop

```
npm run docs:dev
```

# Build

Create files
```
npm run docs:build
```

```
npm run start
```

# Deploy

Create files:
```
npm run docs:build
```
and then:
```
sh deploy.sh
```