This repository has been archived on 2025-05-04. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
codecombat/index.js
2014-01-27 15:36:35 -08:00

3 lines
82 B
JavaScript

require('coffee-script');
var server = require('./server');
server.startServer();