Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 424 Bytes

File metadata and controls

19 lines (12 loc) · 424 Bytes

This repository contains the source code for: www.ocandroid.org

Development

cd dist && python -m SimpleHTTPServer
npm run build

# Use `watch` or a similar command to run a command to refresh 
# during active development:
# watch -n 1 npm run build 

Deployment

npm run deploy