CryptoDefiTools / drip-account-manager

Drip Account Manager helps you manage your DRIP accounts. It provides a simple and easy to use user interface to interact with the DRIP smart contracts without the need of using wallets such as metamask.
MIT License
3 stars 8 forks source link

Deployment on server #1

Open PiotrKrosniak opened 2 years ago

PiotrKrosniak commented 2 years ago

Working on server deployment and run to few problems with react. I'm not a node.js expert...

remote: Failed to compile.
remote: 
remote: ./components/Link.tsx
remote: 11:1  Warning: Assign arrow function to a variable before exporting as module default  import/no-anonymous-default-export
remote: 11:16  Error: Component definition is missing display name  react/display-name
remote: 
remote: ./components/placeholders/Block.tsx
remote: 9:1  Warning: Assign arrow function to a variable before exporting as module default  import/no-anonymous-default-export
remote: 9:16  Error: Component definition is missing display name  react/display-name
remote: 
remote: info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
CryptoDefiTools commented 2 years ago

We have updated the repository and the readme file for installing/running the application.