-
Jobsmith bridges communities and individuals with information, the latest tech trends, and breaking questions. Our mission is to help people discover places where they can find a place to share their knowledge and experience.
-
Anyone can create a community on nearly any topic imaginable. Each community is independently moderated by volunteer users. Community members can share content including stories, links, and images.
-
Users can comment on any post on Jobsmith. Comments are often the best part about Jobsmith content—they provide additional information, vigorous discussion, context, and often humor.
- Fork this repo
- Clone your forked copy of this repo
git clone https://github.com/[Your Username]/Jobsmith.git
- Change directory into the newly cloned repo
cd Jobsmith
- Install dependencies
npm install
- Build Webpack
npm run build
- Start dev server
npm start
- Open a browser and navigate to
localhost:3000