1
0
Fork 0
mirror of https://github.com/Oreolek/raconteur.git synced 2024-05-17 08:18:17 +03:00

Update README

This commit is contained in:
Bruno Dias 2015-04-13 03:19:08 -03:00
parent ba6b5ed718
commit 32176f06b8

View file

@ -34,22 +34,18 @@ Raconteur is still in active development towards its 1.0 release.
snippets. snippets.
- Based on CommonJS principles (Using undum-commonjs), allowing all game code - Based on CommonJS principles (Using undum-commonjs), allowing all game code
to be bundled using Browserify. to be bundled using Browserify.
- An advanced game [template](http://github.com/sequitur/raconteur-scaffold/) that sets up a complete development environment for authors: A build system (gulp), CSS preprocessing (Less), and dependency management (Browserify + npm).
## Planned Features ## Planned features
- An advanced game template that sets up a complete development environment
for authors: A build system (gulp), CSS preprocessing (Less), and dependency
management (Browserify + npm).
- A complete code refactoring of Undum and Raconteur itself with testability - A complete code refactoring of Undum and Raconteur itself with testability
in mind, allowing the use of testing frameworks with Undum stories. in mind, allowing the use of testing frameworks with Undum stories.
## Installation ## Installation
For now, clone this git repository. Then, from the root: Raconteur can be added as a dependency to a package.json file and installed from git. Or, you can use the [scaffold](http://github.com/sequitur/raconteur-scaffold).
npm install Raconteur itself doesn't contain any command-line tools or anything that needs to be installed globally. You just need `npm` and `gulp` to be working on your system.
You will find an useful Gulpfile.js in devel/, among other tools. Eventually, Raconteur will be distributed as a ready-to-use template so that you'll be able to download, install dependencies with `npm install`, and get hacking.
## Code examples ## Code examples