Website for the Urbit Foundation's developer program
Go to file
Gordon Cieplak ba5c62e998
Merge pull request #196 from urbit/mp/last-modified
pages: show last modified on docs content
2022-10-12 14:18:44 -04:00
components updating newsletter signup form for redirect 2022-10-07 12:42:50 -07:00
content Merge pull request #189 from IanDCarroll/patch-3 2022-10-11 13:08:09 -05:00
lib Merge pull request #179 from urbit/add-dojo-tools-to-glossary 2022-10-05 03:10:14 +13:00
pages guides: delete console.log 2022-10-10 17:05:26 -07:00
public/images icons, components: adjust classes for dark mode styles 2022-08-03 18:48:34 -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 package-lock: bump for fds 2022-10-10 17:03:53 -07:00
package.json pages: show last modified on docs content 2022-10-10 16:58:36 -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.