Website for the Urbit Foundation's developer program
Go to file
2022-06-29 16:21:01 -07:00
components header: amend menutray 2022-06-28 17:31:40 -07:00
content content/courses: bump down to h3 2022-06-29 16:21:01 -07:00
lib Revert to old-style anchor links. 2022-06-29 11:29:31 -05:00
pages index: temporarily push to chat app guide 2022-06-29 16:19:10 -07:00
public/images guides: add additional guides, images, fix chat app link 2022-06-28 16:19:40 -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 pages: add blog listing, post template 2022-06-22 13:54:19 -07:00
package-lock.json package: update foundation-design-system, change tallcard font size 2022-06-28 15:28:20 -07:00
package.json package, pages: build overview cache, add overview template 2022-06-27 16:30:59 -07:00
postcss.config.js build: new site landing page 2022-06-21 17:49:31 -07:00
README.md build: new site landing page 2022-06-21 17:49:31 -07:00
tailwind.config.js pages: add reference landing page 2022-06-22 18:39:27 -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.

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.