Online Pulaar dictionary for the Hallpulaaren of Senegal
# pulaar-dictionary-project
This is the source code for the Pulaar Dictionary Project website which aims to catalog the entirety of the Pulaar language for the northern part of Senegal. It is written in Ember.js
## Prerequisites
You will need the following things properly installed on your computer.
* Git
* Node.js (with npm)
* Ember CLI
* Google Chrome
## Installation
* `git clone ` this repository
* `cd pulaar-dictionary-project`
* `npm install`
## Running / Development
* `ember serve`
* Visit your app at
localhost.
* Visit your tests at
localhost.
### Code Generators
Make use of the many generators for code, try `ember help generate` for more details
### Running Tests
* `ember test`
* `ember test --server`
### Building
* `ember build` (development)
* `ember build --environment production` (production)
### Deploying
Specify what it takes to deploy your app.
## Further Reading / Useful Links
* ember.js
* ember-cli
* Development Browser Extensions
* ember inspector for chrome
* ember inspector for firefox