forked from tornadocash/classic-ui
fix: update readme
This commit is contained in:
parent
69b1f7e959
commit
4c407e86af
30
README.md
30
README.md
@ -1,22 +1,26 @@
|
|||||||
# tornadocash ui
|
# Tornado Cash Classic UI
|
||||||
|
|
||||||
> UI for non-custodial Ethereum Privacy solution
|
> UI for non-custodial Ethereum Privacy solution
|
||||||
|
|
||||||
## Build Setup
|
## Building locally
|
||||||
|
|
||||||
```bash
|
- Install [Node.js](https://nodejs.org) version 14
|
||||||
# install dependencies
|
- If you are using [nvm](https://github.com/creationix/nvm#installation) (recommended) running `nvm use` will automatically choose the right node version for you.
|
||||||
$ yarn install
|
- Install [Yarn](https://yarnpkg.com/en/docs/install)
|
||||||
|
- Install dependencies: `yarn`
|
||||||
|
- Copy the `.env.example` file to `.env`
|
||||||
|
- Replace environment variables with your own personal.
|
||||||
|
- Build the project to the `./dist/` folder with `yarn generate`.
|
||||||
|
|
||||||
# serve with hot reload at localhost:3000
|
## Development builds
|
||||||
$ yarn dev
|
|
||||||
|
|
||||||
# build for production and launch server
|
To start a development build (e.g. with logging and file watching) run `yarn dev`.
|
||||||
$ yarn build
|
|
||||||
$ yarn start
|
|
||||||
|
|
||||||
# generate static project
|
## Deploy on IPFS
|
||||||
$ yarn generate
|
|
||||||
```
|
- Make sure you set `PINATA_API_KEY` and `PINATA_SECRET_API_KEY` environment variables in `.env`
|
||||||
|
- To deploy a production build run `yarn deploy-ipfs`.
|
||||||
|
|
||||||
|
## Architecture
|
||||||
|
|
||||||
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
|
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).
|
||||||
|
Loading…
Reference in New Issue
Block a user