diff --git a/Makefile b/Makefile index 3377acdff..3c19661b6 100755 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -transifex_resource = frontend-template-application +transifex_resource = frontend-app-course-authoring transifex_langs = "ar,fr,es_419,zh_CN" transifex_utils = ./node_modules/.bin/transifex-utils.js diff --git a/README.rst b/README.rst index 74e1b8493..3bd1c087d 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,6 @@ |Build Status| |Codecov| |license| -frontend-template-application +frontend-app-course-authoring ================================= Please tag **@edx/fedx-team** on any PRs or issues. Thanks. @@ -13,7 +13,7 @@ This repository is a template for Open edX micro-frontend applications. It is fl After Copying The Template -------------------------- -You'll want to do a find-and-replace to replace all instances of ``frontend-template-application`` with the name of your new repository. +You'll want to do a find-and-replace to replace all instances of ``frontend-app-course-authoring`` with the name of your new repository. **Prerequisite** @@ -21,15 +21,15 @@ You'll want to do a find-and-replace to replace all instances of ``frontend-temp **Installation and Startup** -In the following steps, replace "frontend-template-application' with the name of the repo you created when copying this template above. +In the following steps, replace "frontend-app-course-authoring' with the name of the repo you created when copying this template above. 1. Clone your new repo: - ``git clone https://github.com/edx/frontend-template-application.git`` + ``git clone https://github.com/edx/frontend-app-course-authoring.git`` 2. Install npm dependencies: - ``cd frontend-template-application && npm install`` + ``cd frontend-app-course-authoring && npm install`` 3. Start the dev server: @@ -40,7 +40,7 @@ The dev server is running at `http://localhost:8080 `_. Project Structure ----------------- -The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization `_. +The source for this project is organized into nested submodules according to the ADR `Feature-based Application Organization `_. Build Process Notes ------------------- @@ -54,9 +54,9 @@ Internationalization Please see `edx/frontend-platform's i18n module `_ for documentation on internationalization. The documentation explains how to use it, and the `How To `_ has more detail. -.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-template-application.svg?branch=master - :target: https://travis-ci.org/edx/frontend-template-application -.. |Codecov| image:: https://codecov.io/gh/edx/frontend-template-application/branch/master/graph/badge.svg - :target: https://codecov.io/gh/edx/frontend-template-application -.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-template-application.svg - :target: @edx/frontend-template-application +.. |Build Status| image:: https://api.travis-ci.org/edx/frontend-app-course-authoring.svg?branch=master + :target: https://travis-ci.org/edx/frontend-app-course-authoring +.. |Codecov| image:: https://codecov.io/gh/edx/frontend-app-course-authoring/branch/master/graph/badge.svg + :target: https://codecov.io/gh/edx/frontend-app-course-authoring +.. |license| image:: https://img.shields.io/npm/l/@edx/frontend-app-course-authoring.svg + :target: @edx/frontend-app-course-authoring diff --git a/package-lock.json b/package-lock.json index bbc250fbf..c82e2cd76 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "@edx/frontend-template-application", + "name": "@edx/frontend-app-course-authoring", "version": "0.1.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index d0dc134c4..702208063 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { - "name": "@edx/frontend-template-application", + "name": "@edx/frontend-app-course-authoring", "version": "0.1.0", "description": "Frontend application template", "repository": { "type": "git", - "url": "git+https://github.com/edx/frontend-template-application.git" + "url": "git+https://github.com/edx/frontend-app-course-authoring.git" }, "browserslist": [ "last 2 versions", @@ -26,12 +26,12 @@ }, "author": "edX", "license": "AGPL-3.0", - "homepage": "https://github.com/edx/frontend-template-application#readme", + "homepage": "https://github.com/edx/frontend-app-course-authoring#readme", "publishConfig": { "access": "public" }, "bugs": { - "url": "https://github.com/edx/frontend-template-application/issues" + "url": "https://github.com/edx/frontend-app-course-authoring/issues" }, "dependencies": { "@edx/frontend-component-footer": "10.0.9", diff --git a/src/example/data/README.rst b/src/example/data/README.rst index c4db0b68b..9c829c858 100644 --- a/src/example/data/README.rst +++ b/src/example/data/README.rst @@ -1,4 +1,4 @@ data folder =========== -This folder is the home for non-component files, such as redux reducers, actions, selectors, API client services, etc. See `Feature-based Application Organization `_. for more detail. \ No newline at end of file +This folder is the home for non-component files, such as redux reducers, actions, selectors, API client services, etc. See `Feature-based Application Organization `_. for more detail. \ No newline at end of file