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

Commit

Permalink
Merge pull request #79 from xmtp/rygine/archive
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
rygine authored Oct 10, 2024
2 parents ef9cda7 + d9f936c commit a9a57f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
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

0 comments on commit a9a57f1

Please sign in to comment.