Skip to content

Commit

Permalink
Updated Docs (#327)
Browse files Browse the repository at this point in the history
* Updated Docs

* Whitespace
  • Loading branch information
mbround18 authored Apr 15, 2021
1 parent cf70b29 commit 4aaf1dc
Show file tree
Hide file tree
Showing 15 changed files with 392 additions and 324 deletions.
5 changes: 5 additions & 0 deletions .markdownlint.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"default": true,
"MD033": false,
"MD013": false
}
21 changes: 10 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,16 @@
This package includes a make file for easy development.
You can get use the make file by installing cargo make via `cargo install cargo-make`


### Commands

| Command | What it does |
|---------------------|--------------|
| makers format | Formats the `http-server` and `odin` |
| makers clippy | Builds and runs clippy on `http-server` and `odin` |
| makers build | Builds the two projects |
| makers start:dev | Formats, Clippy, docker-compose build, and docker-compose up |
| makers docker:build | Runs docker-compose build for the file `docker-compose.dev.yml` |
| makers docker:up | Runs docker-compose up for `docker-compose.dev.yml` |
| Command | What it does |
| ------------------- | ------------------------------------------------------------------------------ |
| makers format | Formats the `http-server` and `odin` |
| makers clippy | Builds and runs clippy on `http-server` and `odin` |
| makers build | Builds the two projects |
| makers start:dev | Formats, Clippy, docker-compose build, and docker-compose up |
| makers docker:build | Runs docker-compose build for the file `docker-compose.dev.yml` |
| makers docker:up | Runs docker-compose up for `docker-compose.dev.yml` |
| makers access | Runs `docker-compose -f docker-compose.dev.yml exec --user steam valheim bash` |
| makers access:admin | Runs `docker-compose -f docker-compose.dev.yml exec valheim bash` |
| makers release | Builds a release binary for `odin` and `http-server` |
| makers access:admin | Runs `docker-compose -f docker-compose.dev.yml exec valheim bash` |
| makers release | Builds a release binary for `odin` and `http-server` |
Loading

0 comments on commit 4aaf1dc

Please sign in to comment.