Skip to content

GitToKnowEachOther project repo. A project that connects engineers to each other.

Notifications You must be signed in to change notification settings

JeffBucherDev/GitToKnowEachOther

Repository files navigation

** (The following readme is currently a WIP) **

GitToKnowEachOther

GTKEO is a networking application that allows software engineers to reciprocate connections, follows, and endorsements

(Instructions for using the live site and its features coming soon)

Development Contributors:

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Node
  • NPM

Installing

  • Clone repo
  • Navigate to the root directory in your terminal and type 'npm install'
  • Once that's finished, type 'npm run build'
  • Include the .env file:

.env

Expects a .env file in root directory with a PORT variable set to your choice of port. If you're unsure what that means:

  • Save a new blank file that is specifically named '.env' (without the quotes), and save it at the very top level of this project, the same place where this very README exists (that's the root directory)
  • Inside that file, type 'PORT=8000' (without the quotes!)
  • Save the file
  • That's it!

Running locally

  • Navigate to root directory in your terminal
  • Make sure you have an active build (you'll see a /build folder in your directory). If it's your first time and you just cloned the repo, you won't have that. Not to worry! Just type 'npm run build' into your terminal
  • Once you have the active build, type 'npm start'
  • Alternatively, you can type 'npm devstart' to run with nodemon for easier changes

Running the tests

  • Navigate to root directory in your terminal and type 'npm run test'

THE FOLLOWING IS STILL BOILERPLATE/COMING SOON

Style, Design, And Architecture

Built With

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Versioning

We use Semantic Versioning for versioning. For the versions available, see the tags on this repository.

Authors

  • Billie Thompson - Provided README Template - PurpleBooth

See also the list of contributors who participated in this project.

License

This project is licensed under the CC0 1.0 Universal Creative Commons License - see the LICENSE.md file for details

Acknowledgments

  • Hat tip to anyone whose code is used
  • Inspiration
  • etc

About

GitToKnowEachOther project repo. A project that connects engineers to each other.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published