update readme

This commit is contained in:
James Acklin 2021-10-07 11:11:47 -04:00
parent e5128bc4a4
commit 0ec3e85e05

View File

@ -1,10 +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)
Uses [Next.js](https://nextjs.org/docs) with [remark](https://unifiedjs.com/explore/package/remark/) and [Tailwind CSS](https://tailwindcss.com/docs)
To develop locally:
```
yarn install
yarn dev:watch
yarn dev
```