Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Update README #79

Merged
merged 2 commits into from
Oct 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# XMTP JS content types

This repo provides JavaScript implementations of content types you can use with your app built with the XMTP client SDK for [JavaScript](https://github.com/xmtp/xmtp-js) or [React](https://github.com/xmtp/xmtp-web/packages/react-sdk).
> [!NOTE]
> This repository has been archived and is no longer actively maintained. Its contents and all active development have been moved to the [xmtp-js](https://github.com/xmtp/xmtp-js) repository.

This repo provided JavaScript implementations of content types you can use with your app built with the XMTP client SDK for [JavaScript](https://github.com/xmtp/xmtp-js) or [React](https://github.com/xmtp/xmtp-web/packages/react-sdk).

To learn more about the contents of this repository, see this README and the READMEs provided for [packages](https://github.com/xmtp/xmtp-js-content-types/tree/main/packages).

Expand Down
2 changes: 1 addition & 1 deletion dev/down
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

docker-compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml down
docker compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml down
2 changes: 1 addition & 1 deletion dev/up
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ fi

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

docker-compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml up -d
docker compose -p xmtp-js -f $SCRIPT_DIR/docker-compose.yml up -d