Browse Source

doc: complete README

master
Shalma 3 years ago
parent
commit
44f87f46f3
  1. 2
      .gitignore
  2. 36
      README.md

2
.gitignore vendored

@ -0,0 +1,2 @@
node_modules/
.vscode/

36
README.md

@ -0,0 +1,36 @@
# Converter
Tools allowing to convert arabic number into roman number
## Demo
converter.voiedesombres.com
## Tech Stack
**SPA:** VueJs v3, TailwindCSS
**API:** NestJS
## Installation
```bash
git clone https://git.voiedesombres.com/Shalma/converter.git
```
Have docker installed
```bash
cd converter/spa
npm install
npm run dev
```
```bash
cd converter/api
npm install
npm run start
```
Load spa with localhost:8080
Loading…
Cancel
Save