mirror of https://github.com/docusealco/docuseal
Update local development configuration (#30)
* Fix port conflicts by changing Rails to 3001 and webpack to 3036 * Update Procfile.dev to use port 3001 * Update README_LOCAL_SETUP.md with foreman and separate terminal options * Document both servers are required for developmentpull/544/head
parent
b3cdcdfb51
commit
9b16c8a258
@ -1,2 +1,2 @@
|
||||
web: PORT=3000 bundle exec rails s -p 3000
|
||||
web: PORT=3001 bundle exec rails s -p 3001
|
||||
webpacker: bundle exec ./bin/shakapacker-dev-server
|
||||
|
||||
Loading…
Reference in new issue