https://github.com/reactplay/activities
This project contains the code of the activities(hustles) webapp of ReactPlay.
https://github.com/reactplay/activities
hacktoberfest nextjs react tailwindcss
Last synced: 9 months ago
JSON representation
This project contains the code of the activities(hustles) webapp of ReactPlay.
- Host: GitHub
- URL: https://github.com/reactplay/activities
- Owner: reactplay
- License: mit
- Created: 2022-09-05T14:40:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-14T03:04:06.000Z (over 2 years ago)
- Last Synced: 2025-04-01T12:49:30.106Z (10 months ago)
- Topics: hacktoberfest, nextjs, react, tailwindcss
- Language: JavaScript
- Homepage: https://hustles.reactplay.io
- Size: 43.2 MB
- Stars: 25
- Watchers: 5
- Forks: 20
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Activities
A `reactplay` hustle
This is a [Next.js](https://nextjs.org/) project.
## Getting Started
1. Install dependencies
```bash
yarn
```
**Note**: We do check in yarn.lock file. So it's advised to use `yarn` package manager. If you need to use any other package manager, remove `yarn.lock` file from the 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,
```bash
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:
```bash
npm run dev
# or
yarn dev
```
4. See your application running
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.