Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foodcoopshop/foodcoopshop.github.io

Documentation for FoodCoopShop 📖
https://github.com/foodcoopshop/foodcoopshop.github.io

Last synced: about 2 months ago
JSON representation

Documentation for FoodCoopShop 📖

Awesome Lists containing this project

README

        

## Start dev server with npm from container
```
rm -Rf .docusaurus && rm -Rf node_modules && docker run --rm -it --name documentation -v ${PWD}:/home/app -w /home/app -p 3000:3000 -u node node:lts /bin/bash
npm install && npm start -- --host 0.0.0.0
```