diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 000000000..e69de29bb diff --git a/404.html b/404.html new file mode 100644 index 000000000..da5e7c4ad --- /dev/null +++ b/404.html @@ -0,0 +1,1537 @@ + + + +
+ + + + + + + + + + + + + + + + +Thank you for your interest in making ILC better. Your contributions are highly welcome.
+npm install
npm start
ILC
: http://localhost:8233/Registry UI
: http://localhost:4001/Dev mode for demo applications
+With the commands above, you start ILC with a set of demo applications running inside the Docker container. It is OK when you work with ILC. However, when you need to develop those applications alongside ILC, you should switch them into dev mode.
+To switch demo applications into dev mode:
+npm run start:no-apps
We use E2E tests to ensure that all ILC components work together properly.
+We use our Demo applications as a test platform for micro-frontends and also to ensure that backward compatibility is not broken.
+To run E2E tests:
+npm run build
./e2e
npm start
npm run start:verbose
npm run start:verbose:ui
ILC uses the debug package on the client-side to produce verbose logs for debug purposes.
+To enable it, type localStorage.debug = 'ILC:*'
in your browser console.
docker build -t ilc-mkdocs - < ./.mkdocs/Dockerfile
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs ilc-mkdocs
docker run --rm -v ${PWD}:/docs ilc-mkdocs build
Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at
+http://www.apache.org/licenses/LICENSE-2.0
+Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License.
+ + + + + + + + + + + + + +This product contains a modified version of Justin McMurdie's "single-spa-portal-example", +which can be obtained at:
+This product contains a modified version of Sam Stephenson's "Prototype JavaScript Framework", +which can be obtained at:
+