We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc2eb69 commit 5a53111Copy full SHA for 5a53111
data/images/bornycentre.png
261 KB
data/projects.js
@@ -1,6 +1,13 @@
1
// When you add a new project, please add it to the top of the array!
2
3
export default [
4
+ {
5
+ name: 'Bornycentre',
6
+ description: 'An app to get your Bornycentre built with Cycle.js',
7
+ repository: 'https://github.com/teawaterwire/bornycentre',
8
+ homepage: 'http://bornycent.re/',
9
+ screenshot: 'data/images/bornycentre.png'
10
+ },
11
{
12
name: 'TAMS Tools',
13
description: 'A set of tools for teaching and learning computer science built with Cycle.js',
0 commit comments