-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: added github action spell check + inco workshop (#109)
* feat: added github action spell check + inco workshop * fix: workflow yaml syntax * fix: find files * feat: added spell config file * rm: spelling workflow * feat: first step explained * feat: Roshambo workshop
- Loading branch information
Showing
11 changed files
with
348 additions
and
836 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# Setup | ||
|
||
## Postman | ||
|
||
To make API calls, you will need to install a tool like [Postman](https://www.postman.com/downloads/). | ||
|
||
> 💡 You can also use [Hoppscotch](https://hoppscotch.io/), [curl](https://curl.haxx.se/) (often already installed on your computer), or whatever other tool you want for your tests since they will be personal, but we highly recommend `postman` as we will explain you how to use it. | ||
## Forge | ||
|
||
Please follow the instructions given [here](https://book.getfoundry.sh/getting-started/installation). | ||
|
||
After the installation, run the following command to ensure it has been properly installed on your computer: | ||
|
||
```shell | ||
forge --version | ||
``` | ||
|
||
It should print your current version. | ||
|
||
## Initialize your project | ||
|
||
Now we will initialize the project: | ||
|
||
```shell | ||
forge init Roshambo | ||
``` | ||
|
||
> For those wondering, Roshambo is simply another name for the classic game Rock, Paper, Scissors. | ||
## Back to the workshop | ||
|
||
[Jump !](./README.md) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.