Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhairparis/linword
https://github.com/jhairparis/linword
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jhairparis/linword
- Owner: jhairparis
- Created: 2024-02-18T21:52:51.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-05-23T02:07:25.000Z (7 months ago)
- Last Synced: 2024-05-23T03:24:01.620Z (7 months ago)
- Language: JavaScript
- Size: 2.43 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Linword
## How to run backend
```bash
python -m venv env
pip install -r requirements.txt
```## How to run frontend
```bash
npm install
npm run start
```