Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cdancette/spacedrepetition
App made with node-webkit to help you ue the Spaced Repetition method to learn better -- Application permettant d'utiliser la méthode d'apprentissage avec répétition espacée.
https://github.com/cdancette/spacedrepetition
Last synced: 10 days ago
JSON representation
App made with node-webkit to help you ue the Spaced Repetition method to learn better -- Application permettant d'utiliser la méthode d'apprentissage avec répétition espacée.
- Host: GitHub
- URL: https://github.com/cdancette/spacedrepetition
- Owner: cdancette
- License: mit
- Created: 2015-08-28T15:11:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T15:35:49.000Z (about 9 years ago)
- Last Synced: 2023-03-01T14:26:41.994Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#Spaced Repetition
## Usage
### Requirements
* [NodeJS](http://nodejs.org/) (with [NPM](https://www.npmjs.org/))
* [Bower](http://bower.io)
* [Gulp](http://gulpjs.com) (for dev)### Installation
1. Clone the repository:
2. Install the NodeJS dependencies: `npm install`.
3. Install the Bower dependencies: `bower install`.
4. Run the gulp build task: `gulp build`.
5. Run the gulp run task: `gulp run`. This will build any changes made automatically,### Development
Continue developing the dashboard further by editing the `src` directory. With the `gulp` command, any file changes made will automatically be compiled into the specific location within the `dist` directory.#### Modules & Packages
By default, rdash-angular includes [`ui.bootstrap`](http://angular-ui.github.io/bootstrap/), [`ui.router`](https://github.com/angular-ui/ui-router) and [`ngCookies`](https://docs.angularjs.org/api/ngCookies).If you'd like to include any additional modules/packages not included with rdash-angular, add them to your `bower.json` file and then update the `src/index.html` file, to include them in the minified distribution output.
### Packaging the app
You have to package on the OS you want to distribute the app.
Make a directory with the files :
* dist directory
* package.jsonThen install npm dependancies (npm install --production)
zip all files
Change extension from .zip to .n : there is the package.
You can run it with the nw binary.Made with RDash-angular (https://github.com/rdash/rdash-angular)