diff options
author | Andinus <andinus@nand.sh> | 2021-10-10 19:25:30 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2021-10-10 19:25:30 +0530 |
commit | e62385395a3ac5f7c36ecefcd613f48cfa15d4ad (patch) | |
tree | 23bc0c31633401eada0960c4c3b7cbb88869768c /README | |
parent | e3c4aaf6c20ac1aab52ba30c93f1d360b21dfff8 (diff) | |
download | dorado-e62385395a3ac5f7c36ecefcd613f48cfa15d4ad.tar.gz |
Add plotly, update README to add Development notes
Diffstat (limited to 'README')
-rw-r--r-- | README | 31 |
1 files changed, 26 insertions, 5 deletions
diff --git a/README b/README index 55c9024..bf1d1f3 100644 --- a/README +++ b/README @@ -10,26 +10,31 @@ Table of Contents ───────────────── +Installation Development License +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + Demo <https://andinus.unfla.me/dorado> + Website <https://andinus.unfla.me/projects/dorado> +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ + ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ - Website <https://andinus.nand.sh/dorado> Source <https://git.unfla.me/dorado> GitHub (mirror) <https://github.com/andinus/dorado> ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ -Development -═══════════ +Installation +════════════ The project is written in [Svelte]. ┌──── │ # Clone the project. - │ git clone https://git.tilde.institute/andinus/cg-algorithms - │ cd cg-algorithms + │ git clone https://git.tilde.institute/andinus/dorado + │ cd dorado │ │ npm install # Get dependencies. │ npm run dev # Build for development. @@ -40,6 +45,22 @@ Development [Svelte] <https://svelte.dev> +Development +═══════════ + + • `src/App.svelte': Main application. + • `src/Home.svelte': Home page. + • `src/Navbar.svelte': Navbar (links to all algorithms). + • `src/algorithms': Algorithms directory. + + +Adding a new Algorithm +────────────────────── + + To add a new algorithm, create a file in `src/algorithms' and add the + entry to `src/Navbar.svelte'. + + License ═══════ |