41 lines
656 B
Markdown
41 lines
656 B
Markdown
# README
|
|
|
|
This README would normally document whatever steps are necessary to get the
|
|
application up and running.
|
|
|
|
Things you may want to cover:
|
|
|
|
## Ruby version
|
|
|
|
## System dependencies
|
|
|
|
- muPDF or poppler (PDF rendering libary)
|
|
- vips (Image processing libary)
|
|
|
|
## Configuration
|
|
|
|
## Database creation
|
|
|
|
```bash
|
|
rails db:create
|
|
```
|
|
|
|
## Database initialization
|
|
|
|
```bash
|
|
rails db:migrate
|
|
rails db:seed # (for developing)
|
|
```
|
|
|
|
## How to run the test suite
|
|
|
|
No tests for now.. ;)
|
|
|
|
## Services (job queues, cache servers, search engines, etc.)
|
|
|
|
## Deployment instructions
|
|
|
|
## Usefull commands
|
|
|
|
- install npm package example: bin/importmap pin @tailwindcss/forms
|