Skip to content

stunstunstun/topkers.xyz

Repository files navigation

GitHub Jobs Korea

build build

💬 Talk is cheap, show me the your code 🔍when u get a job

Getting Started

Prerequisites

Required Description
Git We follow the GitHub Flow
MongoDB 4.0 or above
Node.js 10.13.0 LTS or above
Yarn Recommend stable version

Install MongoDB

The project use MongoDB as documents store

$ brew update
$ brew install mongodb

https://docs.mongodb.com/manual/administration/install-community/

Install Node, Yarn

The project manages the version of node through nvm

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.8/install.sh | bash
$ command -v nvm
$ nvm install 10
$ which node
$ npm install -g yarn

In the project root as follows are performed through the .nvmrc

$ nvm use
Found '/Users/user/Github/hashtags.tech/.nvmrc' with version <10.15.1>

Yarn CLIs

Install project

$ nvm use
...
$ yarn bootstrap

Workspace info

$ yarn workspaces info

Test

$ yarn test

Run

$ yarn dev
packages localhost environments as production
server http://localhost:10080 https://hashtags.herokuapp.com/graphql
app http://localhost:10001 https://www.hashtags.tech/
admin http://localhost:10000 https://hashtags.now.sh/

References

The repository is collecting data through the links below. Thank you!

License

MIT