Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 647 Bytes

README.md

File metadata and controls

45 lines (28 loc) · 647 Bytes

tsks

ci

A project for study purposes only. Built using Docker, Ruby on Rails, PostgreSQL, Thor and Next.js

screenshot

Instructions

Running development environment

bin/dev

By running bin/api_dev or bin/web_dev only these specific development servers will start.

Running tests

API tests

bin/api_test

WEB

Code lint tests
bin/web_lint
Unit tests
bin/web_test_unit
E2E tests
bin/web_test_e2e