/into-the-deep-dark

Text adventure

Primary LanguageJavaScript

License: MIT Dependency Status js-standard-style

It’s getting darker out there...

## Getting Started

The project uses yarn to manage the workspaces.

yarn
yarn run setup
yarn run dev

The dev command starts watching all packages and launches the dev build of the application. This provides incremental rebuilds on changes, and will only rebuild those packages that have changed.

Contributing

Pull requests are always welcome, the project uses the standard code style. Please run yarn test to ensure all tests are passing and add tests for any new features or updates.

For bugs and feature requests, please create an issue.

License

MIT