https://github.com/evertras/mage-ttt
https://github.com/evertras/mage-ttt
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/evertras/mage-ttt
- Owner: Evertras
- Created: 2019-03-02T23:53:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T22:50:31.000Z (about 7 years ago)
- Last Synced: 2025-02-12T06:38:02.047Z (over 1 year ago)
- Language: TypeScript
- Size: 171 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- Changelog: History.md
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