GitHunt
SH

shashankbhatgs/reactplay-activities

This project contains the code of the activities(hustles) webapp of ReactPlay.

Activities

A reactplay hustle

This is a Next.js project

Getting Started

  1. Install dependencies

    yarn

    Note: We do checkin yarn.lock file. So it's adviced to use yarn package manager. If you need to use any other package manager,remove yarn.lock file from local directory first. Also, do not check in any other lock file.

  2. Create a .env file at the root of your project folder with the following content,

    NEXT_PUBLIC_NHOST_BACKEND_URL=https://rgkjmwftqtbpayoyolwh.nhost.run
    NEXT_PUBLIC_NHOST_SUBDOMAIN=rgkjmwftqtbpayoyolwh
    NEXT_PUBLIC_NHOST_REGION=ap-southeast-1
    NEXT_PUBLIC_NHOST_PROTOCOL=https
    NEXT_PUBLIC_NHOST_SERVER=rgkjmwftqtbpayoyolwh.nhost.run
    NEXT_PUBLIC_NHOST_VERSION=v1
    NEXT_PUBLIC_NHOST_ENDPOINT=graphql
    NEXT_PUBLIC_DEV_PORT=3000
    NEXT_PUBLIC_PROTOCOL=http
    NEXT_PUBLIC_HACKATHON_ID=e606ae64-7c92-4344-94ad-4d0684458bcf
    NEXT_PUBLIC_HACKATHON_SUBMIT_STATUS_ID=ec1c0649-3b65-4809-92cf-9c4a6abdff1b
  3. Run the development server:

    npm run dev
    # or
    yarn dev
  4. See you application running
    Open http://localhost:3000 with your browser to see the result.

Languages

JavaScript95.0%CSS5.0%

Contributors

MIT License
Created October 4, 2022
Updated March 7, 2023
shashankbhatgs/reactplay-activities | GitHunt