brunorafael8 / linux2k20

LINUX2k20 - linux repository contributors rank

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LINUX2k20

Installation

yarn install
# Create package environments
cp packages/server/.env.example packages/server/.env

cp packages/web/.env.example packages/web/.env

Note: You need Creating a personal access token and add it to packages/server/.env within GITHUB_TOKEN

NoteTWO: If you do not have mongodb installed, please install it:

macOS

brew install mongodb

Linux

Refer to the installation instructions for available Linux installation options.

Start Development

Server:

yarn server

Front-end:

# first compile the relay and schemas
yarn update

# run web project
yarn web

About

LINUX2k20 - linux repository contributors rank


Languages

Language:TypeScript 77.5%Language:JavaScript 18.8%Language:CSS 1.7%Language:HTML 1.6%Language:Shell 0.5%