Skip to content

thaodv/newswap-web

 
 

Repository files navigation

NewSwap Web

Website: newswap.org

Install Dependencies

yarn

Environments

Dev: .env

TestNet: .env.testnet

Production: .env.production

Development

yarn dev

Default is Dev

  • yarn dev:testnet

  • yarn dev:production

Build

yarn build

Default build is TestNet

  • yarn build:dev

  • yarn build:testnet

  • yarn build:production

Run Build

yarn start

Run with last build

Export HTML files

Create a build and export it's static HTML files to html folder

yarn export

Default export is TestNet

  • yarn export:dev

  • yarn export:testnet

  • yarn export:production

Branches

Branches

Contributing

Localization

Translation Files: ./public/locales/*.json

Formatting Your Code

Run following command to follow the formatting rules in this repo before making a commit.

yarn prettier

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 58.5%
  • JavaScript 40.9%
  • Shell 0.6%