Skip to content

LaconicNetwork/urbit.org

This branch is 550 commits behind urbit/urbit.org:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

67f2719 · Jan 16, 2024
Jan 16, 2024
Jan 3, 2024
Jan 18, 2023
Jan 3, 2024
Nov 22, 2022
Aug 23, 2021
Feb 15, 2022
Sep 13, 2021
Apr 20, 2022
Apr 22, 2022
Aug 5, 2023
Aug 23, 2022
Aug 23, 2022
Aug 2, 2022
Sep 5, 2023
Mar 24, 2023
Jun 4, 2021
Aug 30, 2022
Jul 24, 2023

Repository files navigation

The website for Urbit is maintained by the Urbit Foundation and the Urbit community. Issues and contributions are welcome.

Getting Started

  1. Fork the Urbit site repository.

  2. Create a local clone of your fork.

  3. Navigate to the urbit.org directory and install Node 14 using nvm:

    cd urbit.org
    nvm install 14

    You can then run nvm use whenever in the repository (or automate it with a script - see here).

  4. Install our dependencies:

    npm install

    If running an arm64 Mac (M1 or later), you may need to install some dependencies to compile canvas, one of our dependencies. Assuming you have Homebrew:

    arch -arm64 brew install pkg-config cairo pango libpng jpeg giflib librsvg
  5. 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.

Framework and Library Documentation

To learn more about Next.js, take a look at the following resources:

To learn more about Tailwind CSS, take a look at the docs:

Deployment

We deploy using Vercel. All pull requests will show a deployment preview via the same.

Upgrades

The /scripts contains scripts used to programmatically upgrade site content data.

About

The source for urbit.org

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%