Learn more about Tao Wallet.
This project is using remix blues-stack(https://github.com/remix-run/blues-stack)
-
Clone the project
git clone git@github.com:Uthpala/tao-wallet-web.git
-
Install Dependencies
npm install
-
Start the Postgres Database in Docker:
npm run docker
Note: The npm script will complete while Docker sets up the container in the background. Ensure that Docker has finished and your container is running before proceeding.
-
Rename .env.example to .env file
mv .env.example .env
Change the SESSION_SECRET if you want
-
Initial setup:
npm run setup
-
Run the first build:
npm run build
-
Start dev server:
npm run dev
This starts your app in development mode, rebuilding assets on file changes.