Skip to content

Latest commit

 

History

History
executable file
·
46 lines (38 loc) · 614 Bytes

README.md

File metadata and controls

executable file
·
46 lines (38 loc) · 614 Bytes

TLOSD

About

Open Source Token Swap Portal

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Change node version

brew search node
brew install node@14
brew unlink node
brew link node@14
#or
brew link --force --overwrite node@14

Resolve binding error on node-sass

npm rebuild node-sass