Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Oct 7, 2024
1 parent c94b7fc commit c478197
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Vue 3 + Vite
# Galaxy Charts

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
A decoupled Visualization Framework for Galaxy.

Learn more about IDE Support for Vue in the [Vue Docs Scaling up Guide](https://vuejs.org/guide/scaling-up/tooling.html#ide-support).
[Click here to learn more.](https://galaxyproject.github.io/galaxy-charts/)


## Installation Guide
**Clone Repository**

`git clone https://github.com/galaxyproject/galaxy-charts`

**Change Directory**

`cd galaxy-charts`

**Install Dependencies**

`npm install`

**Build Package**

`npm run build`

**Start Server**

`npm run dev`

0 comments on commit c478197

Please sign in to comment.