npm i(using Node 14)- Copy .env-example to .env and update appropriately (DEV_NETWORK_IP for sure)
- Create a MySQL database using
db_structure.sqlandseeds.sql - Change auto-increment for the
booktable to be some large number so as to not conflict with other devs (since the same aws s3 bucket is used) - Complete AWS setup (needed for import of epub or audiobook + testing emails)
(Unless emails need to be tested, you may simply log in with dev@toadreader.com, grabbing the login code from the logs.)
npm start
npm run push-to-aws