An app for secondary school students studying science to generate printable scientific posters and research posters. The app will also enable student collaboration and for feedback from educators which will help students learn to create science posters and refine their final poster output.
Project is created with:
- Rails: 7
bin/setup # should do it all
also
make
make db-reseed
make rubocop
make rubocop-fix
make build
tailwind was not configuring found that I needed to run the following command to have it render correctly for the html. Still not sure if this will have to happen everytime?
rails tailwindcss:build
Running rspec
bundle exec rspec spec\filename
Running with tailwind real time update to server
bin/dev ```