Taranys / ardoise

A Web clone of Symphytum for my personal usage and learn Rails with react

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ardoise

A Web clone of Symphytum for my personal usage and learn Rails with react

Usage

Pre-requisites

  • Ruby v2.7.2
  • Node v8.16.0+
  • Yarn

First usage

In order to configure your workspace you need to run the following commands:

  • bundle install (install gem dependencies from Gemfile)
  • yarn install --check-files

Once you runs a local postgres server listening on 5432 :

  • rails db:migrate RAILS_ENV=development

Start server

  • rails server

Run e2e tests on local

On two seperate shell:

  • rails server -p 5017
  • yarn cypress open --project ./spec

About

A Web clone of Symphytum for my personal usage and learn Rails with react

License:MIT License


Languages

Language:Ruby 63.2%Language:JavaScript 16.7%Language:HTML 10.9%Language:TypeScript 6.5%Language:SCSS 1.4%Language:CSS 1.3%