Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix order numbers of steps in README #1005

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ This MFE is bundled with `Devstack <https://github.com/openedx/devstack>`_, see

2. Start up LMS, if it's not already started.

4. Within this project (frontend-app-authn), install requirements and start the development server:
3. Within this project (frontend-app-authn), install requirements and start the development server:

.. code-block::

npm install
npm start # The server will run on port 1999

5. Once the dev server is up, visit http://localhost:1999 to access the MFE
4. Once the dev server is up, visit http://localhost:1999 to access the MFE

.. image:: ./docs/images/frontend-app-authn-localhost-preview.png

Expand Down Expand Up @@ -187,4 +187,4 @@ Please see `LICENSE <https://github.com/openedx/frontend-app-authn/blob/master/L
:target: https://github.com/openedx/edx-developer-docs/actions/workflows/ci.yml
:alt: Continuous Integration
.. |semantic-release| image:: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
:target: https://github.com/semantic-release/semantic-release
:target: https://github.com/semantic-release/semantic-release
Loading