Giter Club home page Giter Club logo

wallora.com's Introduction

wallora.com

Wallora webapp recreated using React

Contributors

  • Souvik Basu (@souvikbasu)
  • Victor Rajkumar (@vctc)
  • Priyanka Jayaswal (@priyankajayaswal1)
  • Aryaman Todkar (@aryamantodkar)
  • Mohammed Hussam Khatib (@hussamkhatib)
  • Kit So (@Kit486759)
  • Rajakvk (@rajakvk)
  • Kratika Chowdhary (@kratika0907)
  • KartheeK Paturu (@kartheekwd)
  • Shubham Dave (@shubhamdave001)
  • Shriram Sapparad (@shriramcs)
  • Kevin (@lordofthegithub)

Getting Started

To fork the repo

To get the code in your localhost

  • Go to the forked repo in your profile
  • Click Code button and copy the git url from your repo. You may use SSH if you have SSH keys added to settings or use HTTPS
  • If you have not added SSH keys to your GitHub settings, please follow this article
  • Open command prompt and run the following to fetch the code into your local box
git clone <your git url>
  • Create a reference to the upstream repo to be able to create Pull Requests
git remote add upstream [email protected]:shoonyatech/wallora.com.git

To run the project

  • For the first time install npm packages
cd wallora.com
npm install
  • Run the dev server
npm run dev
  • Run the storybook's explorer
npm run storybook

To setup graphql

Please refer https://www.github.com/shoonyatech/wallora.graphql to setup graphql server

After setup graphql server, start graphql server in separate command line

npm run start

To use Auth0

  • Use [email protected] to login to auth0 website using google.
  • Copy .env.local.sample to .env.local and populate the fields from the app you see in auth0 post login.
  • After this when you run the dev server and try to login you should be able to see the auth0 login flow.

Reference: https://auth0.com/docs/quickstart/webapp/nextjs

To use Google Analytics

  • Use [email protected] to login to google analytics website using google.
  • Download two extensions Google Analytics Debugger and Tag Assistant companion
  • Populate .env.local NEXT_PUBLIC_GOOGLE_ANALYTICS variable with Measurement Id poperty which can be found on GA portal here (accessible post login to GA).
  • After this run the dev server and enable the Google Analytics Debugger extension, then you should be able to see your activity flowing to GA homepage.

References:

To create a commit and raise a Pull Request (PR)

doc|feat|fix|build(<page name>): <one liner of what is done in present tense>

e.g.

feat(home): add Header component
  • Pull latest from upstream and rebase
git pull upstream main --rebase
  • Resolve any merge conflicts
  • Force push changes to your repo
git push origin main -f
  • Go to your GitHub repo page and click on Create Pull Request button. This will create a PR from your repo to upstream repo
  • One of the project moderators will review and approve your PR. They will ask for any changes if needed

wallora.com's People

Contributors

hussamkhatib avatar souvikbasu avatar priyankajayaswal1 avatar rajakvk avatar aryamantodkar avatar vctc avatar kitks avatar syedrashed007 avatar priyankajayaswal avatar kartheekwd avatar kratika0907 avatar lordofthegithub avatar shriramcs avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.