Skip to content

bytehubio/oberton-front

Repository files navigation

README

  1. Install RVM (ruby version manager)
curl -sSL https://get.rvm.io | bash -s stable
  1. Install Ruby
rvm install 3.3.4 --with-openssl-dir=`brew --prefix openssl@3` --default
  1. Install Bundler
gem install bundler
  1. Install dependencies
bundle install
  1. Install Yarn
npm install yarn
  1. Install js dependencies
yarn install
  1. Run the app
bin/dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published