-
Clone the repository:
git clone https://github.com/vietnguyengit/en-bip39-translator.git cd en-bip39-translator
-
Build the Docker image:
docker build -t bip39-translator .
-
Run the Docker container in detached mode:
docker run -d -p 8080:8080 bip39-translator
-
Open your browser and navigate to
http://localhost:8080
to see the running application.
-
Clone the repository:
git clone https://github.com/vietnguyengit/en-bip39-translator.git cd en-bip39-translator
-
Build and start the Docker container using Docker Compose:
docker-compose up --build -d
-
Open your browser and navigate to
http://localhost:8080
to see the running application.
If you want to develop or modify the application locally:
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the running application.
To format your code using Prettier, you can use the following commands:
-
Format code:
npm run format
-
Check code formatting:
npm run format-check
This project is licensed under the MIT License. See the LICENSE file for details.
- Bitcoin BIP39 for the official recovery seed word list.