rubyistokei
rubyistokei copied to clipboard
Introduce your ruby heroes with the clock
Rubyistokei
Introduce your Ruby friends with the clock!
What is this?
Rubyistokei is a web application to show a clock of Rubyists, by Rubyists, for Rubyists. You can introduce your Ruby friends to the world with the clock. "Tokei" (時計) means "clock" in Japanese.
Rubyistokei shows Rubyists every minute. We want to help Rubyists to know Rubyists each other by sight. So, we kindly ask you to add your Ruby friends to this project. Instruction follows.
How to add Ruby friends?
- Obtain permissions from both of the Rubyist and the photographer (if you are not of them).
- Create metadata for the Rubyist under data directory.
- Send pull request.
Any problem?
Please open an issue.
History
Rubyistokei was originally built to be exhibited at RubyKaigi 2013 in the venue.
Development
Install dependencies:
npm install
Run the development server:
npm run dev
Then open http://localhost:3000 with your browser.
See Next.js documentation for more details.
ProTip!
- If you want to pin a specific photo, use
pinquery parameter. Fordata/matz.yaml, usehttp://localhost:3000/?pin=matz. Useful for creating data. - In development mode, the photos switches 10x faster for debugging purposes. This behavior can be controlled with the environment variable
NEXT_PUBLIC_SPEED. The setting for development mode is located in.env.development.