No description
  • TypeScript 68%
  • SCSS 29%
  • JavaScript 3%
Find a file
2023-08-02 19:15:26 +10:00
.slicemachine Update deps, use generated types from prisma 2022-12-19 17:59:31 +11:00
assets add hero home 2022-04-07 20:05:48 +10:00
components Fix types 2022-12-19 18:11:44 +11:00
constants Update mastodon link 2023-08-02 19:15:26 +10:00
customtypes Update deps, use generated types from prisma 2022-12-19 17:59:31 +11:00
pages Update deps, use generated types from prisma 2022-12-19 17:59:31 +11:00
public add apple-touch-icon 2022-04-11 18:15:28 +10:00
scss add sorting and project tags 2022-04-11 19:04:53 +10:00
slices add sorting and project tags 2022-04-11 19:04:53 +10:00
utils mobile fixes 2022-04-11 17:47:30 +10:00
.eslintrc.json Initial commit from Create Next App 2022-04-07 18:24:41 +10:00
.gitignore Initial commit from Create Next App 2022-04-07 18:24:41 +10:00
.prettierrc add hero home 2022-04-07 20:05:48 +10:00
next-env.d.ts Initial commit from Create Next App 2022-04-07 18:24:41 +10:00
next.config.js add project support 2022-04-09 17:29:06 +10:00
package-lock.json Update deps, use generated types from prisma 2022-12-19 17:59:31 +11:00
package.json Update deps, use generated types from prisma 2022-12-19 17:59:31 +11:00
prismicio.js update link resolver 2022-04-09 16:21:18 +10:00
README.md Initial commit from Create Next App 2022-04-07 18:24:41 +10:00
sm.json link up with Prismic 2022-04-09 16:02:28 +10:00
tsconfig.json Initial commit from Create Next App 2022-04-07 18:24:41 +10: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.tsx. 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.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.