Get volunteers without the use of using Google form in sourcing for volunteers in your event
- NextJs
- TypeScript
- GraphQL
- Apollo Client
- Rest Api
The following should be installed in your machine
- Node.Js v10.13.0
- Clone the local Volunteer-Square server from here and
cd
into it - Install the dependencies by running
yarn install
ornpm install
- Start the local server mode by running
yarn dev
- Clone this Repo and
cd
into it - Install the dependencies by running
yarn install
ornpm install
- Create a
.env
file withkey=values
in.env.sample
file - Start the application on development mode by running
yarn dev
Kindly refer to the guide above to setup, and reachout to admin for further instructions
Issues are always very welcome. Please be sure to create a constructive issue when necessary.
Pull request are welcome if anything is missing or something is buggy. However, there are a couple of things you can do to make life easier for the maintainers.
- Explain the issue that your PR is solving - or link to an existing issue
- Follow the repository structure, and new sections in the corresponding folders
- Ask questions to admin if unclear