-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
1,575 additions
and
7 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -175,3 +175,4 @@ dist | |
.svelte-kit | ||
|
||
# End of https://www.toptal.com/developers/gitignore/api/node,macos | ||
_site/ |
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,4 @@ | ||
#!/usr/bin/env bash | ||
#mise description="Builds the project" | ||
|
||
pnpm -C $MISE_PROJECT_ROOT exec eleventy --input=src --output=_site |
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,4 @@ | ||
#!/usr/bin/env bash | ||
#mise description="Installs the project dependencies" | ||
|
||
pnpm -C $MISE_PROJECT_ROOT install |
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,4 @@ | ||
#!/usr/bin/env bash | ||
#mise description="Serves the project" | ||
|
||
pnpm -C $MISE_PROJECT_ROOT exec eleventy --input=src --output=_site --serve |
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 |
---|---|---|
@@ -1,3 +1,12 @@ | ||
# fuckingswiftconcurrency | ||
|
||
Inspired by [Fucking Block Syntax](http://fuckingblocksyntax.com) and [Fucking if case let Syntax](https://fuckingifcaseletsyntax.com), we created this resourrce to summarize how to do concurrency in Swift. | ||
|
||
## Development | ||
|
||
### Setup | ||
|
||
1. Clone the repository: `git clone [email protected]:tuist/fuckingswiftconcurrency.git`. | ||
2. Install the system dependencies: `mise install`. | ||
3. Install the project dependencies: `mise run install`. | ||
4. Serve the site: `mise run dev` |
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 |
---|---|---|
|
@@ -5,6 +5,6 @@ | |
"author": "[email protected]", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"eleventy": "^1.0.7" | ||
"@11ty/eleventy": "^3.0.0" | ||
} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Empty file.