Website for the Urbit Foundation's developer program
Go to file
2023-08-21 00:50:58 +12:00
components components/search: amend for urbit.org glossary 2022-10-19 12:28:51 -07:00
content change beacon/sentinel to auth server/auth 2023-08-21 00:50:58 +12:00
lib lib/buildGlossary: rename 2022-10-18 20:45:17 -07:00
pages pages: fix edit page on github links 2022-10-26 09:09:37 -07:00
public/images icons: port tall icons into react components 2022-10-10 16:29:36 -07:00
styles build: new site landing page 2022-06-21 17:49:31 -07:00
.gitignore build: new site landing page 2022-06-21 17:49:31 -07:00
next.config.js build: use @urbit/foundation-design-system 2022-08-02 12:53:24 -07:00
package-lock.json build: bump fds to 0.5.3 2022-10-18 12:58:16 -07:00
package.json build: add buildGlossary.js, run on build 2022-10-18 20:37:07 -07:00
postcss.config.js build: new site landing page 2022-06-21 17:49:31 -07:00
README.md adding network explorer to intrasite nav 2022-07-14 09:14:36 -07:00
tailwind.config.js tailwind.config: throw markdown parsing through our renderer, not markdoc 2022-10-05 15:53:21 -07:00
vercel.json vercel.json: add quickstart redir 2022-06-29 16:13:12 -07:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.js.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Install Foundation Design System Updates

rm -rf package-lock.json node_modules .next

npm i && npm run dev

Learn More

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

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.