Skip to content

hitachinaka-mojo-club/das-man

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

das man 🤖 🍼

das man is an interface for naive existence.

Setup with Dev Containers 📦

You can easily launch the development environment of das-man with Dev Containers.
Here is the step-by-step guide.

Attention

1. clone git repository

git clone "https://github.com/hitachinaka-mojo-club/das-man" && cd "./das-man"

2. set environment variables

See .env.example or contact the repository owner for more details.

3. launch dev containers

Launch containers using the VSCode extension Dev Containers.

4. start development server

bun dev

Setup locally 🖥️

If you want to build an environment more quickly without Docker, you can follow these steps to build your environment locally.

Attention

  • 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.

1. clone git repository

git clone "https://github.com/hitachinaka-mojo-club/das-man" && cd "./das-man"

2. set environment variables

See .env.example or contact the repository owner for more details.

3. setup build tools

proto use

4. install dependencies

bun install

5. start development server

bun dev