Skip to content

emilosman/urbit.org

 
 

Repository files navigation

The website for Urbit.

Getting Started

Install Node 14. nvm should handle this by running nvm install 14, then 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

Finally, open http://localhost:3000 with your browser to see the result.

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 98.0%
  • CSS 2.0%