Remote Work
Remote Work is a job board for remote jobs of any kind. It is written with Meteor, ES6 and React.
Setup
- Clone the repository
- cd into the project folder
- Fill out the settings.json skeleton file
- Run
meteor update
to download and update all packages - Run
meteor --settings settings.json
- Enjoy
E-Mail sending functionality
Note that this application uses the email-Package to send E-Mails. If you want to use this application in production you need to set the MAIL_URL environment variable so that E-Mails are sent and not just printed on the terminal.
Contributing
Any kind of contribution is welcomed. Just send a PR or open an issue.