Skip to content

ConWorkShop: a conlangs/conworlds management system and community

License

Notifications You must be signed in to change notification settings

nrichw-eta/conworkshop

This branch is up to date with conworkshop/conworkshop:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f14c20f · Nov 30, 2019
Nov 30, 2019
Jan 2, 2018
Jun 12, 2019
Jun 11, 2019
Mar 24, 2017
Mar 24, 2017
Mar 27, 2017
May 13, 2018
Mar 24, 2017
Apr 14, 2017
Jul 26, 2017
May 7, 2017
Jan 2, 2018
Apr 2, 2017
Jul 21, 2017
Jul 21, 2017
Jun 10, 2019
Jul 21, 2017
Jul 26, 2017
Jan 2, 2018
Jan 2, 2018
Jan 2, 2018

Repository files navigation

ConWorkShop image

ConWorkShop

ConWorkShop, or CWS, is a constructed languages and constructed worlds management and tooling web application.

Currently, an older, closed-source PHP version is deployed at http://conworkshop.com/. This version made in Ruby will replace it once a good deal of the work is done. 😃

Getting started

Dependencies

Install all the following dependencies on your machine:

  • Ruby (>= 2.3)
  • Rails (>= 5.0)
  • PostgreSQL (>= 9.6, most likely works with earlier versions)
    • PostgreSQL’s development headers must be available in your PATH.
  • ImageMagick (with version 6 compatibility tools, such as identify and mogrify)

Note: Technically, you can use any database other than PostgreSQL, but we use PostgreSQL.

Installation

After every dependency is met, open your terminal in the project root and run

$ bundle install

This will install all of ConWorkShop's other dependencies.

Now, go into the config folder and setup the database.yml and secrets.yml folder as per the examples. Once you have these set up as you wish, run

$ bin/rake db:setup

Then, run rails server to spin up a development instance on your own machine.

Contributing

Thank you for wanting to contribute to CWS! Basically, read the CONTRIBUTING.md file, and you should be good to go.

License

CWS’s code is under the Open Software License 3.0. See the LICENSE.txt file for details.

Acknowledgements

  • Jay, a.k.a. hashi, for all of his hard work into the first version of CWS. We love you! ❤️

Code of Conduct

The ConWorkShop project pledges to the Contributor Covenant Code of Conduct. Basically, be nice.

About

ConWorkShop: a conlangs/conworlds management system and community

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 55.9%
  • HTML 27.7%
  • CSS 13.1%
  • JavaScript 2.1%
  • CoffeeScript 1.2%