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

https://github.com/evertras/mage-ttt


https://github.com/evertras/mage-ttt

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# mage-ttt

## Introduction

Playing with Mage by making a simple Tic Tac Toe game service.

## Requirements

Make sure you have a `NODE_ENV` environment variable set up to describe your environment:

### macOS, Linux

```shell
# To verify the variable's value
echo $NODE_ENV
# To set the variable
export NODE_ENV=development
```

### Windows

```powershell
# To verify the variable's value
echo $env:NODE_ENV

# To set the variable
set-item env:NODE_ENV development
```

## Setup

```shell
git clone mage-sandbox
cd mage-sandbox
npm install
npm run archivist:create
npm run develop
```

## For more information

* [MAGE Documentation](https://mage.github.io/mage)

## License

All rights reserved