Skip to content

acls-training-center/rnmobility.com

Repository files navigation

RN Mobility

Learn how to use your RN license in another state.

Transfer or work across state lines.

Project scope

An easier path to working in another state as a registered nurse. The research has been done for you.

What you will find on each state’s page is an explanation of what each state requires for you to transfer (by endorsement or reciprocity) your license, work across state lines, and guidelines for renewals and continuing competency.

Contributing

This project is open access and we welcome your updates for factual corrections and anything else you can add to the site. Please navigate above to open any page on the website and click the edit ✏️ icon.


TODO:


How to run this application locally

Setup environment

In production (GitHub Actions), environment is setup by by workflows in .github/workflows/.

For local testing (try VS Code + Dev Containers extension, Rancher Desktop), these steps are performed by .devcontainer/ when you run Reopen in Container.

  1. Install Ruby (use version in build-test-publish.yml in "Setup Ruby", (try rbenv)

  2. Install Jekyll

    gem update --system
    gem install bundler
    bundle install
  3. Install Node & yarn, use version in build-test-publish.yml in "Setup Node.js", (try nvm)

    nvm use lts/*
    yarn install

Build the site

Build the HTML website (see available localhost:#### port in the console output):

bundle exec jekyll build

Serve/run the site

bundle exec jekyll serve

For PHP, build the site here and run the server on your local terminal

(cd build; php -S localhost:4001)

Testing

All testing is performed using Node scripts:

yarn install
yarn run test

About

Learn how to use your RN license in another state.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published