Post and find Remote Job
- ReactJs
- TypeScript
- Stripe
The following should be installed in your machine
- Node.Js v10.13.0
- Clone the local Job-board 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.local
file withkey=values
in.env.sample
file - Start the application on development mode by running
npm start
Visit Stripe and use any of the test card numbers for a successful payment
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