Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.
/ nativegap Public archive

Bring your web app to the stores of iOS, Android, Chrome and Windows.

License

Notifications You must be signed in to change notification settings

NativeGap/nativegap

Repository files navigation

NativeGap

Bring your web app to the stores of iOS, Android, Chrome and Windows.

https://nativegap.com

Development

This project uses asdf as version manager, Yarn as JavaScript package manager, and Bundler for Rubygems.

Dependencies are listed in the .tool-versions file.

  1. Clone this repository

    $ git clone ssh://git@github.com/NativeGap/nativegap.git

  2. Install dependencies

    $ asdf install
    $ yarn install
    $ bundle install
    
  3. Credentials setup

    Customize credentials.yml.sample EDITOR=vim be rails credentials:edit

    Copy .env.sample to .env and customize

  4. Database setup

    $ rails db:setup

  5. Start development server

    $ bundle exec foreman start -f Procfile.dev

Testing

This project uses a number of packages for testing and linting:

$ bundle exec rspec
$ bundle exec rubocop
$ bundle exec haml-lint
$ yarn run stylelint
$ yarn run eslint

Deployment

The master branch of this repository is automatically deployed on Heroku.

About

Bring your web app to the stores of iOS, Android, Chrome and Windows.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published