https://github.com/maxmellon/slide-syncronizer
A application provide a sync pages of presentation slides.
https://github.com/maxmellon/slide-syncronizer
Last synced: 4 months ago
JSON representation
A application provide a sync pages of presentation slides.
- Host: GitHub
- URL: https://github.com/maxmellon/slide-syncronizer
- Owner: MaxMEllon
- License: mit
- Created: 2018-02-18T19:33:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-17T17:36:48.000Z (about 8 years ago)
- Last Synced: 2025-07-31T05:37:13.179Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.35 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Last session
Demo
---
Quick start in local
---
1. npm i -g saku
1. saku init
1. `$ mv .env.example .env` and please modify .env file if needed
1. start up [last-session-server](https://github.com/MaxMEllon/last-session-server) on other terminal
1. saku dev
1. **Please accsess to http://localhost:3000**
> admin mode **http://localhost:3000?&admin=true**
Status
---

Tasks
---
Configured tasks by [saku](https://github.com/kt3k/saku).
- **init** : `saku init`
> initialize for development
- **dev** : `saku dev`
> start develop server
- **build** : `saku build`
> build distributions on production
- **fmt** : `saku fmt`
> format source code
Show detail: **[:m: saku.md](./saku.md)**
Global dependencies
---
- **node** >= v8.5.0
- **npm** >= v5.5.1
- **saku** >= v0.11.0
.env (example)
----
- SERVER_SOCKET_URL="http://localhost:8080"
- SERVER_REST_URL="http://localhost:8765/api"
- SERVER_IMAGE_URL="http://localhost:8765"
Production settings (nginx)
---
- https://gist.github.com/MaxMEllon/20a716a1ec18bd3bd4f1ffbcb76b0cca
LICENSE
---
- [MIT License](./LICENSE.txt)
> (c) MaxMEllon (Kento TSUJI)