https://github.com/cori1109/forte-bootcamp-bridge
Template for bridge bootcamp
https://github.com/cori1109/forte-bootcamp-bridge
blockchain blockchain-bridge bootcamp bridge elixir phoenix phoenix-framework
Last synced: 12 months ago
JSON representation
Template for bridge bootcamp
- Host: GitHub
- URL: https://github.com/cori1109/forte-bootcamp-bridge
- Owner: Cori1109
- Created: 2023-01-17T19:24:19.000Z (over 3 years ago)
- Default Branch: Master
- Last Pushed: 2023-01-17T19:25:08.000Z (over 3 years ago)
- Last Synced: 2025-07-03T14:08:37.983Z (about 1 year ago)
- Topics: blockchain, blockchain-bridge, bootcamp, bridge, elixir, phoenix, phoenix-framework
- Language: Elixir
- Homepage:
- Size: 511 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bridge Bootcamp
This repository serves as the template for bridge bootcamp. Please read and fallow all instructions in the README as you setup your bootcamp project.
When you setup your bootcamp project, please follow the following naming convention for your source repository:
`bootcamp-bridge-{bootcamp name}-{your github username}`
Please invite the bootcamp admin team as an administrator on your repo.
## Directory Structure
Your repository should follow the following directory structure. All project code should live in the subdirectory of `project-name` where you replace the placeholder `project-name` with a meaningful name for your project.
```
.
├── .gitignore
├── README.md
└── project-name
├── .dockerignore
├── .gitignore
├── Dockerfile
├── Makefile
└── README.md
```
## Setup
Please install [docker](https://docs.docker.com/get-docker/) on your local machine if you have not already. Please also check that you have `make` correctly installed for your system. Running `make help` with the Makefile in your project directory should show the help text.
You may use whatever local environment setup you would like to run this project. However, we highly suggest using [asdf](https://asdf-vm.com/) as we will be using it for our local environment on the forte project. Documentation for installing asdf can be found [here](https://asdf-vm.com/guide/getting-started.html).