Sober Roadmap (Working Title)
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.
Installation
- Clone the repo:
git clone https://github.com/jonesrussell/sober.git
- Navigate to the project directory:
cd sober
- Install dependencies:
task default
Usage
Running the Echo Server
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
Generating Static HTML
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
Contributing
- 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
License
Distributed under the MIT License. See LICENSE
for more information.