developers.urbit.org/README.md

11 lines
229 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-07 18:11:47 +03:00
Uses [Next.js](https://nextjs.org/docs) with [remark](https://unifiedjs.com/explore/package/remark/) and [Tailwind CSS](https://tailwindcss.com/docs)
2021-10-04 17:01:58 +03:00
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-07 18:11:47 +03:00
yarn dev
2021-09-30 16:23:38 +03:00
```