https://github.com/aorumbayev/tes123
https://github.com/aorumbayev/tes123
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aorumbayev/tes123
- Owner: aorumbayev
- Created: 2024-07-09T13:54:36.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-09T14:07:17.000Z (over 1 year ago)
- Last Synced: 2025-03-16T20:55:05.725Z (7 months ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tes123
Welcome to your new AlgoKit project!
This is your workspace root. A `workspace` in AlgoKit is an orchestrated collection of standalone projects (backends, smart contracts, frontend apps and etc).
By default, `projects_root_path` parameter is set to `projects`. Which instructs AlgoKit CLI to create a new directory under `projects` directory when new project is instantiated via `algokit init` at the root of the workspace.
## Getting Started
To get started refer to `README.md` files in respective sub-projects in the `projects` directory.
To learn more about algokit, visit [documentation](https://github.com/algorandfoundation/algokit-cli/blob/main/docs/algokit.md).
### GitHub Codespaces
If executing this repository in GitHub Codespaces, the container will automatically cleanup templatized content and pre-install `algokit` for you. To get started execute:
- `algokit init` - to invoke interactive wizard to guide you through the process of creating a new AlgoKit project
Powered by [Copier templates](https://copier.readthedocs.io/en/stable/).