This is a microtransaction application for RDS. Each member in RDS gets assigned to a certain amount of currencies based on various activities. You can shop for items, exchange money from the bank, send and request money.
Visit our site at https://crypto.realdevsquad.com
React, Next, Redux, CSS, Styled Components
- Turn this into a trading application
- Make sure you have node installed on your computer.
- Go through the issues and comment on the issue you want to work on to get yourself assigned.
- Read the issue description and raise the PR.
- Follow the installation guide.
- For contributing follow this CONTRIBRUTING.md
- If you need any other help, feel free to ping on the
#crypto-site-next
channel at discord.
git clone<repository-url>
this repositorycd website-crypto
npm install
Setup dev.realdevsquad.com
for development by following the instructions here - Avoiding CORS during development
- For development:
npm run dev
- Visit your app at https://dev.realdevsquad.com.
- To build:
npm run build
- To serve the production build:
npm run start