File tree Expand file tree Collapse file tree 1 file changed +9
-15
lines changed
Expand file tree Collapse file tree 1 file changed +9
-15
lines changed Original file line number Diff line number Diff line change 22<h1 >React Roguelike</h1 >
33
44<p >A roguelike game built with React and TypeScript.</p >
5- <p ><a href =" https://react-roguelike.herokuapp.com/ " >https://react-roguelike.herokuapp.com </a ><p />
5+ <p ><a href =" https://react-roguelike-demo.netlify.app " >https://react-roguelike-demo.netlify.app </a ><p />
66</div >
77
88[ ![ CircleCI] ( https://circleci.com/gh/TimAstier/react-roguelike.svg?style=svg )] ( https://circleci.com/gh/TimAstier/react-roguelike ) [ ![ All Contributors] ( https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square )] ( #contributors )
1111
1212## How to play
1313
14- Go to https://react-roguelike.herokuapp.com to start a new game.
14+ Go to https://react-roguelike-demo.netlify.app to start a new game.
15+
16+ The level editor is available [ here] ( https://react-roguelike-demo.netlify.app ) .
1517
1618## Built with
1719
@@ -52,26 +54,18 @@ $ yarn dev
5254
5355## Deployments:
5456
55- Review apps will be deployed when opening a PR on the development branch.
56-
57- Merging commits to ` development ` will auto-deploy to:
58- https://react-roguelike-development.herokuapp.com
59-
6057Merging commits to ` master ` will auto-deploy to:
61- https://react-roguelike.herokuapp.com
58+ https://react-roguelike-demo.netlify.app
6259
63- ### Alternative with Netlify
60+ ### Manual deployment
6461
65- ```
62+ ``` sh
63+ yarn build
6664netlify deploy
67- ```
68-
69- ```
65+ # specify "build" as directory
7066netlify deploy --prod
7167```
7268
73- https://react-roguelike-demo.netlify.app
74-
7569## Credits
7670
7771- Music from Pixelsphere.org / The Cynic Project from [ opengameart] ( https://opengameart.org/content/crystal-cave-song18 )
You can’t perform that action at this time.
0 commit comments