From 2c9ac8995fccf54f579f6d63a0680479c58203ea Mon Sep 17 00:00:00 2001 From: Varun Patil Date: Thu, 9 May 2024 19:28:36 -0700 Subject: [PATCH] docs: update status page in readme --- README.md | 1 + framework/ndn-testbed-status/README.md | 33 -------------------------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 framework/ndn-testbed-status/README.md diff --git a/README.md b/README.md index 8f151b9..8719e15 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ Container orchestration for the Global Named Data Networking Testbed. [![Lint](https://github.com/UCLA-IRL/testbed/actions/workflows/lint.yml/badge.svg)](https://github.com/UCLA-IRL/testbed/actions/workflows/lint.yml) [![Docker](https://github.com/UCLA-IRL/testbed/actions/workflows/docker.yml/badge.svg)](https://github.com/UCLA-IRL/testbed/actions/workflows/docker.yml) +[![Status Page](https://img.shields.io/website?down_color=red&down_message=offline&label=status%20page&up_color=brightgreen&up_message=online&url=https%3A%2F%2Fdemo.memories.gallery)](https://ucla-irl.github.io/testbed/) ## Overview diff --git a/framework/ndn-testbed-status/README.md b/framework/ndn-testbed-status/README.md deleted file mode 100644 index 2b28386..0000000 --- a/framework/ndn-testbed-status/README.md +++ /dev/null @@ -1,33 +0,0 @@ -# ndn-testbed-status - -This template should help get you started developing with Vue 3 in Vite. - -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). - -## Project Setup - -```sh -npm install -``` - -### Compile and Hot-Reload for Development - -```sh -npm run dev -``` - -### Type-Check, Compile and Minify for Production - -```sh -npm run build -```