3wc 41e0fe9581
All checks were successful
continuous-integration/drone/push Build is passing
Add text search
Closes #10
2021-08-19 01:23:54 +02:00
2021-08-18 03:35:51 +02:00
2021-08-19 01:23:54 +02:00
2021-04-17 23:42:28 +02:00
2021-04-24 19:44:55 +02:00
2021-08-18 03:35:51 +02:00
2021-04-30 23:18:22 +02:00
2021-08-18 03:35:51 +02:00
2021-04-24 18:08:39 +02:00

abra-apps

Build Status

web app to list Co-op Cloud apps; https://apps.coopcloud.tech

local development

You can get this site up and running with one command:

npm start

other commands to know

There are a handful of commands in the package.json.

Command Description
npm run dev Run a dev server and automatically build changes.
npm run test:watch Run tests as you code.
npm run build Build the site for production.
npm run test Run the test suite once, great for CI

deploying

After you run npm run build, the contents of the public folder can be hosted as a static site.

Build command: npm run build

Publish directory: public

thanks

created using elm-spa

inspiration:

Description
The recipes catalogue
https://recipes.coopcloud.tech
Readme 755 KiB
Languages
Elm 87.5%
CSS 5.4%
HTML 4.6%
Dockerfile 1%
JavaScript 1%
Other 0.5%