https://github.com/uthpalax/tao-wallet-web
https://github.com/uthpalax/tao-wallet-web
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/uthpalax/tao-wallet-web
- Owner: uthpalax
- Created: 2022-10-15T14:12:37.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T19:56:56.000Z (over 2 years ago)
- Last Synced: 2024-04-17T09:08:51.271Z (about 1 year ago)
- Language: TypeScript
- Size: 3.64 MB
- Stars: 6
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tao Wallet Web
Learn more about [Tao Wallet](https://github.com/dannydeezy/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
```sh
git clone [email protected]:Uthpala/tao-wallet-web.git
```- Install Dependencies
```sh
npm install
```- Start the Postgres Database in [Docker](https://www.docker.com/get-started):
```sh
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
```sh
mv .env.example .env
```
> Change the SESSION_SECRET if you want- Initial setup:
```sh
npm run setup
```- Run the first build:
```sh
npm run build
```- Start dev server:
```sh
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.
## Deployed on Fly
- [taowallet.io](https://taowallet.io)