1
0
mirror of https://github.com/flarum/core.git synced 2025-06-01 20:34:46 +02:00

Add a little disclaimer about the current quality of code :)

This commit is contained in:
Toby Zerner 2014-12-22 23:37:01 +10:30
parent 809f56f858
commit f7c4348695

View File

@ -33,6 +33,8 @@ Ember.js is a mature JavaScript framework which will power Flarums front-end.
Ive been working on a prototype for some time in-between my studies. In addition to interface design, most of my time has been spent building out the architecture: making decisions about which frameworks to use, the most effective way to componentize everything, standardizing the API, etc.
You might notice that a lot of the code is a bit of a mess right now. This is because I wanted to get things working on a superficial level in order to record material for the Kickstarter video, and since then I haven't yet had sufficient time to clean it up. Please be aware that the mess is not at all indicative of the standard that we're aiming for!
### Whats Done
- [x] The basic technology stack (Laravel and Ember see above)