das man is an interface for naive existence.
You can easily launch the development environment of das-man with Dev Containers.
Here is the step-by-step guide.
git clone "https://github.com/hitachinaka-mojo-club/das-man" && cd "./das-man"
See .env.example
or contact the repository owner for more details.
Launch containers using the VSCode extension Dev Containers.
bun dev
If you want to build an environment more quickly without Docker, you can follow these steps to build your environment locally.
- You need to install proto (optional) before.
- You need to install bun that specified in
.prototools
before. (With proto, you can easily install a specified version of the tool. Recommendation.) - [Optional] You should install project recommended VSCode extensions that specified in
.devcontainer/devcontainer.json
before.
git clone "https://github.com/hitachinaka-mojo-club/das-man" && cd "./das-man"
See .env.example
or contact the repository owner for more details.
proto use
bun install
bun dev