Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/luchkonikita/swarmica-task
https://github.com/luchkonikita/swarmica-task
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/luchkonikita/swarmica-task
- Owner: luchkonikita
- Created: 2024-10-30T11:22:37.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-30T11:45:38.000Z (2 months ago)
- Last Synced: 2024-10-30T12:26:57.432Z (2 months ago)
- Language: TypeScript
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Swarmica Task
## Runing locally
Start proxy server to have working CORS:
```sh
node proxy.cjs
```Start Vite in development mode:
```sh
yarn dev
```