The old code for the shiloh website built with next.js. We rebuilt the website using vanilla code as next.js was a maintenance burden and increased attack surface. Contribute to the new website: https://githaven.org/Shiloh/shiloh-website https://shilohcode.com
This repository has been archived on 2024-06-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2024-03-14 17:06:05 -07:00
components main: add webgl fallback for browsers that have it disabled. 2024-01-16 14:43:46 -08:00
pages Remove heartily work and opensource license until revamp. 2024-03-14 17:06:05 -07:00
public main: add webgl fallback for browsers that have it disabled. 2024-01-16 14:43:46 -08:00
styles Added sections to the rest of the pages 2023-04-20 12:27:09 -07:00
.gitignore Initial commit from Create Next App 2023-04-17 17:05:35 -07:00
docker-compose.yml improved port mapping 2023-06-06 09:27:42 -07:00
Dockerfile convert to node:20-alpine from 16 2023-09-28 14:42:27 -07:00
jsconfig.json Initial commit from Create Next App 2023-04-17 17:05:35 -07:00
next.config.js Added default locale language setting for app. 2023-05-16 14:14:42 -07:00
package-lock.json Update release 2023-08-30 16:44:44 -07:00
package.json Update release 2023-08-30 16:44:44 -07:00
postcss.config.js Initial commit from Create Next App 2023-04-17 17:05:35 -07:00
README.md Update release 2023-08-30 16:44:44 -07:00
tailwind.config.js hotfix buttons and file removal 2023-08-31 09:52:46 -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
# or
pnpm 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.

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!