Production build deployed at schedule.somervillebikekitchen.org 🙌
Built for the Somerville Bike Kitchen, a volunteer-run bike repair space in Davis Square, Somerville, MA.
Features:
- Needlessly real-time using featherjs and websocket.io
- Vue / Vuex / Vuetify clientside trifecta
- Also using the ridiculously awesome feathers-vuex
- Deployed via now.sh
-
Install your dependencies
cd path/to/sbk-schedule/server; npm install cd path/to/sbk-schedule/client; npm install
-
Start server and client separately
cd path/to/sbk-schedule/server; npm start cd path/to/sbk-schedule/client; npm start
Deployed via multi-stage Dockerfile in root directory.
- TODO: deploy via CI.
- Currently:
cd path/to/sbk-schedule; now --public now alias <RANDOM URL> <URL YOU WANT>
Feathers has a powerful command line interface. Here are a few things it can do:
$ npm install -g @feathersjs/cli # Install Feathers CLI
$ feathers generate service # Generate a new Service
$ feathers generate hook # Generate a new Hook
$ feathers generate model # Generate a new Model
$ feathers help # Show all commands
Copyright (c) 2018
Licensed under the MIT license.