Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uvdsl/solid-test-app

Just a test app for debugging :)
https://github.com/uvdsl/solid-test-app

Last synced: 2 days ago
JSON representation

Just a test app for debugging :)

Awesome Lists containing this project

README

        

# Solid - Test - App

Creating, modifying, seeing and resources on Solid.

## Build and run using Docker
```
docker build -t solid-test-app:latest .
docker run -d -p 8080:80 --name SOLID-TEST-APP solid-test-app:latest
```

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```