a Web site that provides gearset save and share for Final Fantasy XI.
- Cloning and Open this repository in VSCode.
- Install Remote Development Extension
Remote-Containers: Rebuild and Reopen in Container
(Found on Ctrl+Shift+P OR ⌘+Shift+P)- Add
.env
file with your Twitter API keys. (Callback URI:http://localhost:3000/users/auth/twitter/callback
) - Exec commands inside devcontainer.
bundle
mysql -hmysql -uroot --password=secret checkparam < .devcontainer/checkparam.sql
rails update:items
rails s