the-science-of-deduction

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 11, 2022 License: MIT Imports: 9 Imported by: 0

README

logo

the-science-of-deduction

A collection of resources for learning the science of deduction 😜.
A Sherlock fan-based blogging site. screenshot

Requirements

Development

To get started, you can clone the repository and run the following commands:

git clone https://github.com/mrinjamul/the-science-of-deduction.git

To install the dependencies, run the following commands:

cd the-science-of-deduction
go mod download

Copy environment variables file and replace the values with your own.

cp .env.example .env

To run the application, run the following commands:

export $(cat .env | xargs)
go build
./the-science-of-deduction

To build the application (production), run the following commands:

go build
export $(cat .env | xargs)
./the-science-of-deduction

License

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL