diff --git a/README.md b/README.md index 0354b49..040e6df 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,10 @@ # Urbit Developers Portal +Uses [Next.js](https://nextjs.org/docs) and [MDX](https://mdxjs.com/) with [remark](https://unifiedjs.com/explore/package/remark/) and [Tailwind CSS](https://tailwindcss.com/docs) + To develop locally: ``` yarn install -yarn dev +yarn dev:watch ```