Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sciactive/tilmeld-components
(Deprecated) Frontend components for Tilmeld.
https://github.com/sciactive/tilmeld-components
authentication group-management groups javascript nymph nymph-client svelte-components sveltejs user-management users
Last synced: 3 months ago
JSON representation
(Deprecated) Frontend components for Tilmeld.
- Host: GitHub
- URL: https://github.com/sciactive/tilmeld-components
- Owner: sciactive
- License: apache-2.0
- Archived: true
- Created: 2019-05-02T00:36:09.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-11T18:33:57.000Z (about 2 years ago)
- Last Synced: 2024-03-26T11:15:34.390Z (9 months ago)
- Topics: authentication, group-management, groups, javascript, nymph, nymph-client, svelte-components, sveltejs, user-management, users
- Language: HTML
- Homepage: https://tilmeld.org
- Size: 141 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tilmeld Components
Frontend Svelte components for Tilmeld.
## Deprecation Notice
The PHP implementation of Nymph/Tilmeld has been deprecated. It will no longer have any new features added. Instead, a new version of Nymph running on Node.js, written entirely in TypeScript will replace the PHP implementation. You can find it over at the [Nymph.js repo](https://github.com/sciactive/nymphjs).
## Installation
### Automatic Setup
The fastest way to start building a Nymph app is with the [Nymph App Template](https://github.com/hperrin/nymph-template).
### Manual Installation
```sh
npm install --save tilmeld-components
```