Pollaroid is a Symfony and Bulma based website to quickly create polls
NPM(Node.js) and/or Yarn
install php packages:
~ composer install
install frontend packages(with yarn):
~ yarn install
~ yarn encore dev
install frontend packages(with npm):
~ npm install
~ ./node_modules/.bin/encore dev
create db and do migrations:
~ bin/console do:da:cr
~ bin/console do:mi:mi
start the server:
~ bin/console server:run
open the link being shown in the console and you are done