Skip to content

DevCollective.io is an open source community of developers, by developers, for developers. If you like what we're doing, don't pay us. Just pay it forward. How? Check out the Discussion and Issues tabs. We're a diverse, inclusive and newbie-friendly project.

License

Notifications You must be signed in to change notification settings

iamdarshshah/DevCollective.io

 
 

Repository files navigation

Development

Prerequisites

You'll need Docker installed to run the development database. This is optional, but we don't yet have instructions for manual Postgres setup.

Steps to start the server locally

# install dependencies
yarn install

# start the server on port 8080 and, if not started, the Postgres server on port 10800
yarn dev

# create (or re-create) the database from scratch
yarn pristine

Windows Users

If you see this error: The command 'docker-compose' could not be found in this WSL 2 distro. Make sure in your docker desktop under Settings/General that "Use the WSL 2 based engine" is checked.

Recommended VSCode Plugins

This project is set up to play nicely with VSCode Jest. It will run your tests in the background and also give you useful "debug" buttons for specific tests. Highly recommended for any backend work.

VSCode GraphQL enables graphql syntax highlighting. Highly recommended for any backend work.

Production config

If deploying to production, first place your config files in /etc/mintbean-v4/config/*. Then run yarn start.

About

DevCollective.io is an open source community of developers, by developers, for developers. If you like what we're doing, don't pay us. Just pay it forward. How? Check out the Discussion and Issues tabs. We're a diverse, inclusive and newbie-friendly project.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 76.5%
  • JavaScript 21.1%
  • SCSS 1.5%
  • Other 0.9%