Skip to content

repub/dlc-curation-emailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLC Curation Email Helper

This is a single page app for generating boilerplate emails for ScholarSphere curation. Try it here:

https://repub.github.io/dlc-curation-emailer/

Development

Before you start, make sure you have node installed.

To install project dependencies:

# from the project folder
npm install

For live preview during development:

# from the project folder
npm run-script dev

To build and deploy to github pages:

# commit existing work in the main branch
git add -A
git commit -m "describe your changes"

# build the production code (public/build)
npm run-script build

# add the new code to the gh-pages branch
git checkout gh-pages
rm -rf build && mv public/build ./
git commit -a -m "new build"
git push

# go back to main branch
git checkout main

About

Web app for generating boilerplate emails for ScholarSphere curation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors