generated from Real-Dev-Squad/website-template
-
Notifications
You must be signed in to change notification settings - Fork 64
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' of https://github.com/Real-Dev-Squad/website-c…
…rypto into dark-mode
- Loading branch information
Showing
11 changed files
with
512 additions
and
167 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
NEXT_PUBLIC_BASE_API_URL=https://api.realdevsquad.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,39 @@ | ||
**Crypto Site** | ||
# Crypto Site | ||
|
||
This is micro transaction application for RDS. Each member in RDS get assigned certain amount of currencies based on various activities. You can shop items, exchange money from bank, send and request money. | ||
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. | ||
|
||
**Tech Stack** | ||
Visit our site at https://crypto.realdevsquad.com | ||
|
||
Next, Redux, CSS, Styled Components | ||
## Tech Stack used | ||
|
||
**Upcoming features** | ||
[React](https://reactjs.org/docs/getting-started.html), [Next](https://nextjs.org/docs/getting-started), Redux, CSS, Styled Components | ||
|
||
Turn this into trading application | ||
### Upcoming features | ||
|
||
**How to get started** | ||
- Turn this into a trading application | ||
|
||
## How to get started | ||
|
||
- If you are new to React please you go through react documents and we can discuss from there. | ||
- Clone the repo and go through the code base. | ||
- Make sure you have node installed on your computer. | ||
- Go through the issues and find the one you find interesting. | ||
- Discuss and send the PR. | ||
- If you need any other help, feel free to ping on crypto channel at discord. | ||
- Go through the [issues](https://github.com/Real-Dev-Squad/website-crypto/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](#installation) guide. | ||
- For contributing follow this [CONTRIBRUTING.md](./CONTRIBUTING.md) | ||
- If you need any other help, feel free to ping on the `#crypto-site-next` channel at discord. | ||
|
||
**Installation** | ||
## Installation | ||
|
||
- `git clone<repository-url>` this repository | ||
- `cd website-crypto` | ||
- `npm install` | ||
|
||
**Running/Development** | ||
## Running/Development | ||
|
||
Setup `dev.realdevsquad.com` for development by following the instructions here - [Avoiding CORS during development](https://github.com/Real-Dev-Squad/docs/tree/main/docs/dev/https-dev-url-cors) | ||
|
||
- `npm run dev` | ||
- 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` | ||
- Visit your app at [http://localhost](http://localhost). | ||
|
||
### For more details you can connect with @Kratika0907 | ||
|
Oops, something went wrong.