Frontend for a jam site
Find a file
2025-01-15 16:35:23 -05:00
public/images Add beta site 2025-01-15 11:35:37 -05:00
src Adjust ports 2025-01-15 16:35:21 -05:00
.dockerignore Add docker support 2025-01-15 14:05:38 -05:00
.eslintrc.json Initial commit from Create Next App 2024-10-22 20:54:44 -04:00
.gitignore Initial commit from Create Next App 2024-10-22 20:54:44 -04:00
docker-compose.yml Adjust ports 2025-01-15 16:35:21 -05:00
Dockerfile Add docker support 2025-01-15 14:05:38 -05:00
LICENSE Add license 2025-01-14 17:22:56 -05:00
next.config.ts Initial commit from Create Next App 2024-10-22 20:54:44 -04:00
package-lock.json Added temp page 2025-01-14 17:14:42 -05:00
package.json Added temp page 2025-01-14 17:14:42 -05:00
postcss.config.mjs Initial commit from Create Next App 2024-10-22 20:54:44 -04:00
README.md Update README.md 2025-01-15 14:09:37 -05:00
tailwind.config.ts Added temp page 2025-01-14 17:14:42 -05:00
tsconfig.json Initial commit from Create Next App 2024-10-22 20:54:44 -04:00

Jamjar

Frontend for a game jam site

To run using next.js (for development)

npm i
npm run dev

To run using docker and docker compose

docker compose up --build -d