Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nunocoracao/blowfish-tutorial
Blowfish tutorial
https://github.com/nunocoracao/blowfish-tutorial
Last synced: 5 days ago
JSON representation
Blowfish tutorial
- Host: GitHub
- URL: https://github.com/nunocoracao/blowfish-tutorial
- Owner: nunocoracao
- Created: 2023-10-04T11:47:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-04T21:28:33.000Z (about 1 year ago)
- Last Synced: 2024-10-12T22:34:13.708Z (about 1 month ago)
- Homepage: https://blowfish-tutorial.web.app/
- Size: 6.32 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blowfish Tutorial
Tutorial for Blowfish setup and deployment - check the guide [here](https://nunocoracao.com/posts/202310-blowfish-tutorial/).
If you are forking this repo without following the guide please run the following commands to install submodules after the initial clone.
```bash
git submodule init
git submodule update --remote --merge
```