Skip to content

Real-Dev-Squad/website-crypto

Repository files navigation

Crypto Site

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

Tech Stack used

React, Next, Redux, CSS, Styled Components

Upcoming features

  • Turn this into a trading application

How to get started

  • 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.

Installation

  • git clone<repository-url> this repository
  • cd website-crypto
  • yarn

Installation 0.1

Why Volta?

To install Volta, please follow the process

Running/Development

Setup dev.realdevsquad.com for development by following the instructions here - Avoiding CORS during development

  • For development: yarn run dev
  • Visit your app at https://dev.realdevsquad.com.
  • To build: yarn run build
  • To serve the production build: yarn run start