This ember app produces the website for (Un)Silencing Slavery: Remembering the Enslaved at Rose Hall Plantation, Jamaica. The project re-centers the lives of enslaved persons at Rose Hall Plantation by emphasizing the history of slavery and enslaved persons at that historical site. It is a companion piece to Jamaican-born and U.S.-based scholar Celia E. Naylor’s 2022 book entitled (Un)Silencing Slavery: Telling Truths about Rose Hall Plantation, Jamaica. We have launched this website as part of Jamaica’s 60th Diamond Celebration of Independence (August 6, 1962–August 6, 2022) and the annual celebration of Emancipendence. In this spirit, the website also honors the countless freedom fighters over many centuries and generations in Jamaica.
This website is built using the Ember JavaScript framework, with some additional external libraries (such as D3) that enrich the user experience. The full code is available on GitHub, and the website relies on a dataset to be deposited presently in Columbia University’s academic repository, Academic Commons. The site was rebuilt nearly from scratch starting in late 2020, a process documented in the Rose Hall Project livestream on Twitch, and collected on YouTube.
The graphic design was developed in-house by the below cited scholars, but we have relied on the font Junction, designed by Caroline Hadilaksono and Tyler Finck, for the body text and Lusitana, designed by Ana Megda, for the display text.
You will need the following things properly installed on your computer.
git clone <repository-url>
this repositorycd rose-hall
yarn install
ember serve
- Visit your app at http://localhost:4200.
- Visit your tests at http://localhost:4200/tests.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
yarn lint:hbs
yarn lint:js
yarn lint:js --fix
ember build
(development)ember build --environment production
(production)
Specify what it takes to deploy your app.