Gcon
GopherCon Website
Install / Use
/learn @gopheracademy/GconREADME
GopherCon 2017

Getting Started
The GopherCon 2017 website code requires a number of components to successfully build, deploy, and run. For dependency management, we're using Glide.
- UNIX/Linux
curl https://glide.sh/get | sh
- MacOSX
brew install glide
- Ubuntu
sudo add-apt-repository ppa:masterminds/glide && sudo apt-get update
sudo apt-get install glide
Versions are managed in the glide.yaml file and a subsequent glide.lock file is created.
Once Glide is installed we need to make sure that we have the PostgreSQL image downloaded, have the container built, schema loaded, and dependencies installed. To accomplish this, run the below command.
make setup-dev
Make sure that the project is building successfully.
make test
Run the project.
make run-dev
Testing
make test
Run Buffalo Directly
buffalo dev
Run Buffalo Tests
buffalo test
Create Admin User
buffalo task admin
Related Skills
node-connect
334.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.1kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
334.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.1kCommit, push, and open a PR
