Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 963 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 963 Bytes

960fy

A simple Chess960/Fischer Random Chess position generator website.

Getting Started

These instructions will give you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Installing

git clone https://github.com/agenttux/960fy
cd 960fy
npm install
npm start

Whatever changes you make to _javascript/main.js and _sass/main.scss will now automatically build the files css/main.css and lib/bundle.js required in index.html. For more information about modifying the CSS and HTML, check out the Bulma docs.

Contributing

Feel free to make branches and/or submit pull requests. Feature requests and bugs can be posted on the issues page.

License

This project is licensed under the MIT License - see the LICENSE file for details