Second revision of JBrowse plugin directory
We would love for you to register your plugin! It's really easy to do:
- Edit the
plugins.yaml
file, and add your plugin to the end of the list - Submit the pull request to this repo
You're done. Once the administrator accepts the PR, the plugin will be "published."
npm install .
npm run build_api
npm run build
nano Gruntfile.js
Edit the repo, origin and remoteUrl to reflect your project.
'gh-pages': {
options: {
base: 'dist',
repo: '[email protected]:myusername/myproject.git',
origin: '[email protected]:myusername/myproject.git',
remoteUrl: '[email protected]:myusername/myproject.git'
},
src: ['**']
},
npm run deploy
Directories:
app - The frontend code, including the HTML page, angular JS code, and the templates. app/api - the data that's used by the app
- make sure your GIT version is up to date.
- if you have problems deploying, try an alternate remote URL format in the (Setup remote URL step) for repo, origin and remoteURL values: http://[email protected]/myusername/myproject.git