http://jonesrussell.github.io/sober
Sober Roadmap is intended to be a starting point for alcoholics, drug addicts, and family members of both. It provides an easy-to-follow roadmap to a better understanding of addiction, introduction to meetings, counseling, and more.
- Clone the repo:
git clone https://github.com/jonesrussell/sober.git
- Navigate to the project directory:
cd sober
- Install dependencies:
task default
You can run the Echo server using the task
command or directly with go run
:
-
Using
task
:task run
-
Using
go run
:go run ./main.go
You can generate static HTML using the task
command or directly with go run
:
-
Using
task
:task static
-
Using
go run
:go run ./main.go -generate
- Fork the repository
- Create your feature branch (
git checkout -b feature/AmazingFeature
) - Commit your changes (
git commit -m 'Add some AmazingFeature'
) - Push to the branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE
for more information.