Skip to content

uthpalax/tao-wallet-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published