uthpalax / tao-wallet-web

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tao Wallet Web

Learn more about Tao Wallet.

What's in the stack

This project is using remix blues-stack(https://github.com/remix-run/blues-stack)

Development Steps

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

Deployed on Fly

About


Languages

Language:TypeScript 97.0%Language:Dockerfile 1.5%Language:JavaScript 1.2%Language:Shell 0.3%