Welcome! CodeWitch.dev is Audrea Cook's technical blog and portfolio. It is a constant work in progress, so check back soon for new features and updates!
Follow Bridgetown's setup instructions.
To start your site in development mode, run yarn start and navigate to localhost:4000!
# running locally
yarn start
# build & deploy to production
yarn deploy
# load the site up within a Ruby console (IRB)
bundle exec bridgetown consoleLearn more: Bridgetown CLI Documentation
If you see room for improvement, please file an issue or submit a pull request!
- Fork it
- Clone the fork using
git cloneto your local development machine. - Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Special thanks goes to:
- @baronlip for fixing my pathetic attempt at a logo
- @boardfish for general technical know-how and suggesting the Bridgetown framework
- @docswarlock for helping with copy and generally putting up with being married to The Code Witch.
- @eileenmsantiago for her amazing design work
- @jaredcwhite and the folks at Bridgetown for being helpful throughout this process