Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/squishy123/ronin-auth

Auth Server built off of ronin
https://github.com/squishy123/ronin-auth

Last synced: 14 days ago
JSON representation

Auth Server built off of ronin

Awesome Lists containing this project

README

        

# ronin-starter

## Getting Started
### Install Dependencies
```console
yarn
```
or
```console
npm install
```

### Copy and configure environment variables
```console
cp .env.example .env.dev && cp .env.example .env.prod
```

## Starting Development Environment
### Startup MongoDB in Docker Environment
```console
docker-compose up
```

### Start development server
```console
yarn dev
```