Skip to content

ACY-Labs/acy-dex-interface

Repository files navigation

Acy

Website pages are placed under src/pages, whereas components are in src/components. The mappings of page and URL are defined in config/router.config.js. VSCode's Code navigation functionality will come in handy when trying to locate a specific components.

Please push your commits to "develop" branch.

Useful commands

Development

npm install
npm start 

Deployment

# local
npm run build
git push

# server
cd acy-dex-interface
sudo git pull