The website for Urbit is maintained by the Urbit Foundation and the Urbit community. Issues and contributions are welcome.
-
Fork the Urbit site repository.
-
Create a local clone of your fork.
-
Navigate to the
urbit.org
directory and install Node 18 using nvm:cd urbit.org nvm install 18
You can then run
nvm use
whenever in the repository (or automate it with a script - see here). -
Install our dependencies:
npm install
-
Run the development server:
npm run dev # or yarn dev
Open http://localhost:3000 with your browser to see the result.
To learn more about contributing, see GitHub's documentation.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
To learn more about Tailwind CSS, take a look at the docs:
- Tailwind CSS Docs - Docs
We deploy using Vercel. All pull requests will show a deployment preview via the same.
The /src/scripts
contains scripts used to programmatically upgrade site content data.