developers.urbit.org/README.md

11 lines
265 B
Markdown
Raw Normal View History

2021-09-30 16:23:38 +03:00
# Urbit Developers Portal
2021-09-30 16:10:31 +03:00
2021-10-04 17:01:58 +03:00
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)
2021-09-30 16:23:38 +03:00
To develop locally:
2021-09-30 16:10:31 +03:00
```
2021-09-30 16:23:38 +03:00
yarn install
2021-10-04 17:01:58 +03:00
yarn dev:watch
2021-09-30 16:23:38 +03:00
```