Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/afontainec/thewall-docs
- Owner: afontainec
- Created: 2021-07-29T15:04:36.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T20:29:16.000Z (over 3 years ago)
- Last Synced: 2024-10-16T07:21:24.637Z (30 days ago)
- Language: JavaScript
- Size: 2.7 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```