Skip to content

DUANISTON/main

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Funky Main App

Funky application responsible for start DaFunk ecosystem.

What's inside?

  • A small Ruby application that uses da_funk.
  • Example test cases.
  • All the scripts needed to make it work.

Setup

  1. Install Ruby
  2. Bundle bundle install

Running

Make sure you have either mruby or the CloudWalk CLI tool, then run rake to build the app, and one of the following commands to see it working, depending on your interests:

  • cloudwalk emulate: to run the application in a graphical emulator in a separated window.
  • cloudwalk run: to run the application in text mode in the same window.

Deploying

In case you're using this skeleton from a new application created by our CLI, your application will be deployed to our servers after git push. Be sure to add all the files you require and to test everything before pushing, otherwise the deploy will be rejected.

Test

  1. Unit rake test:unit
  2. Integration rake test:integration
  3. All rake test

Customizing the app

To customize the application, read our docs at https://docs.cloudwalk.io/en/cli or check da_funk's source code.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Added some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

Apache License 2.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%