项目作者: ahmadbadawikr

项目描述 :
ecommerce b2b with extra sauce!
高级语言: SCSS
项目地址: git://github.com/ahmadbadawikr/aelyon-b2b.git
创建时间: 2020-03-28T11:33:00Z
项目社区:https://github.com/ahmadbadawikr/aelyon-b2b

开源协议:

下载


AELYON - B2B

Aelyon project is one platform B2B

System Dependencies

The following are needed by this project:

Getting Started

Clone this repository and bundle.

  1. git clone https://github.com/frediansimanjuntak/aelyon-b2b.git
  2. cd aelyon-b2b
  3. bundle install

Create and initialize the database using this command:

  1. rails db:setup

Load the sample data

  1. rails spree_sample:load

Start the application server.

  1. rails server

Access the application at http://localhost:3000/ and login using the email and password that was entered earlier on.

Branching

  • master is the active development branch

Make a new branch to work on your development:

  1. git checkout -b <name_of_branch>

You can check the location of your branch using git branch command.

All local development should be done in the appropriately named branches:

  • feature/<branch_name> for substantial new features or functions
  • enhance/<branch_name> for minor feature or function enhancement
  • refactor/<branch_name> for code refactoring of existing functions
  • bugfix/<branch_name> for bug fixes

WARNING: Do not merge your changes directly into your local master
branch and push to GitHub!!!

If you are done developing the component you are working on, push your branch to github
and open a pull request to the master branch.

Give your pull request a title and describe what you are trying to
achieve with your code. The branch or release manager will review your
code and take the next appropriate actions.

Others

This project following spreecommerce as a base system. Here the GitHub Link

Update Spree 4 in Rails 6