Skip to content

bbonamin/strftimeslikethese

Repository files navigation

Strftimes Like These

https://strftimeslikethese.com

A proof of concept ruby WASM implementation of https://foragoodstrftime.com, but without a ruby server running in the backend.

This repository was generated from the brilliant bormashino-app-template.

Development Notes

Much of the work was based not only from the template above, but also in keyasuda's other bormashino apps, like https://github.com/keyasuda/bormashino-todomvc.

Prerequisites

  • rbenv + ruby-build
  • npm

Quickstart

brew install overmind
rbenv install 3.2.0-preview1

bundle install
bundle exec rake bormashino:download
bundle exec rake "bormashino:digest[tmp]"
(cd src && bundle install)
npm install

bin/dev # it will fail, stop with Ctrl+C. Maybe if tmp/ is created beforehand it could be fixed?
bundle exec rake "bormashino:digest[tmp]"

bin/dev # now it should work OK.

You can see the app at http://localhost:5431/. App code can be found in src/.

About

A Ruby WASM implementation, fully client-side, inspired by foragoodstrftime.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published