Go to file
Derrick Hammer c1897e4d7c
Revert "chore: debug"
This reverts commit f2aee7482b.
2023-12-28 04:00:13 -05:00
app fix: add twitter:title 2023-12-27 13:14:53 -05:00
patches fix: need to patch remix serve due to sourcemap bug https://github.com/remix-run/remix/issues/8309#issuecomment-1868402299 2023-12-24 21:58:19 -05:00
prisma fix: need to set binaryTargets for docker 2023-12-24 21:44:03 -05:00
scripts Revert "chore: debug" 2023-12-28 04:00:13 -05:00
styles refactor: migrate to remix 2023-12-17 22:18:17 -05:00
.eslintrc.json chore: initial bootstrap 2023-11-10 14:34:04 +01:00
.gitignore chore: initial bootstrap 2023-11-10 14:34:04 +01:00
Dockerfile fix: need to copy sites.json 2023-12-28 00:24:12 -05:00
LICENSE chore: update LICENSE 2023-12-25 02:20:15 -05:00
README.md chore: initial bootstrap 2023-11-10 14:34:04 +01:00
docker-compose.yml fix: need to pass config to caddy explicitly 2023-12-25 04:03:42 -05:00
env.d.ts refactor: switch to using vite 2023-12-22 15:35:40 -05:00
package-lock.json dep: update s5-js 2023-12-28 03:59:33 -05:00
package.json dep: update s5-js 2023-12-28 03:59:33 -05:00
postcss.config.js refactor: migrate to remix 2023-12-17 22:18:17 -05:00
sites.json fix: wrong rss path 2023-12-28 03:54:51 -05:00
tailwind.config.ts fix: need to add fonts back in 2023-12-27 10:18:07 -05:00
tsconfig.json fix: need to add fonts back in 2023-12-27 10:18:07 -05:00
vite.config.ts fix: need to add fonts back in 2023-12-27 10:18:07 -05:00

README.md

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

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

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

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.