Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 654 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 654 Bytes

FICS Web Interface

A project intended to modernize interfaces for the Free Internet Chess Server using node and AngularJS.

Structure

The bulk of interaction with the FICS server is handled in the separate fics module. All interaction between the user, the express application occurs in this project.

Contributing

All contributions are welcome. The application can be installed locally by running npm install in the repository root directory. Running npm start will start the application running on port 8000.