Website content for crossplane.io main project website
Go to file
Jared Watts 71f99610fb
Merge pull request #77 from jbw976/privacy-policy
remove incorrect privacy policy page, use LF policy instead
2025-06-04 21:09:01 +02:00
.claude/commands Round Slack member count down to nearest 100 2025-06-03 20:19:37 +02:00
fonts Conversion in progress - top nav done 2022-03-03 13:12:38 +02:00
pages remove incorrect privacy policy page, use LF policy instead 2025-06-04 20:57:54 +02:00
public Add InfraCloud to commercial page and homepage logos 2025-02-18 16:17:27 +05:30
src remove incorrect privacy policy page, use LF policy instead 2025-06-04 20:57:54 +02:00
styles Fix scroll to top and overflow issues 2022-03-17 12:12:11 +02:00
.env.development Update how env url is created 2022-05-05 12:12:05 +02:00
.env.production build: update build for Netlify deployments 2025-05-23 17:35:43 +01:00
.eslintrc.json Why upound pages complete 2022-03-11 17:02:53 +02:00
.gitignore Remove /registries page and all refs to it 2025-02-26 07:52:24 -08:00
.prettierrc Add icons to social links in footer of crossplane.io (#55) 2024-02-02 13:31:40 -05:00
CLAUDE.md Add CLAUDE.md development guidance file 2025-06-03 14:27:57 +02:00
OWNERS.md Propose adding Jean du Plessis as maintainer of this repo 2025-05-30 10:54:40 +02:00
README.md build: fix missed type error and update README to teach other non-frontend devs how to build 2025-02-02 21:49:20 -08:00
cms-data-dump.jsonc Remove dependance on CMS. 2024-05-23 17:03:30 -07:00
cms-types.d.ts build: fix missed type error and update README to teach other non-frontend devs how to build 2025-02-02 21:49:20 -08:00
custom-types.d.ts Fix typescript errors 2022-07-13 15:03:24 +02:00
netlify.toml build: update build for Netlify deployments 2025-05-23 17:35:43 +01:00
next-env.d.ts Initial commit from Create Next App 2022-02-23 19:27:04 +02:00
next-sitemap.config.js rename next-sitemap.js to next-sitemap.config.js 2022-10-21 17:34:10 +02:00
next.config.js remove incorrect privacy policy page, use LF policy instead 2025-06-04 20:57:54 +02:00
package-lock.json build: update build for Netlify deployments 2025-05-23 17:35:43 +01:00
package.json build: update build for Netlify deployments 2025-05-23 17:35:43 +01:00
tsconfig.json Add GTM Script to Crossplane.io (#39) 2023-07-28 07:29:53 -04:00

README.md

Crossplane Site

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.tsx. The page auto-updates as you edit the file.

You can perform a build with the below command, which will catch compilation errors, type errors, etc. that are not caught by the development server:

npm run build

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

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.