DFGS is a site for all of my favorite flash games, this project use React (using NextJS framework) as Frontend, Ruffle as Flash Player emulator*, and Express as API**
*considered to be replaced in the future because it's buggy on some games
**API Repo
iya tau kok nama projectnya jelek, bodo amat lah yang penting jalan
For quick preview, image is available on docker hub and can be pulled by docker pull dta32/ofgs:latest
then step 2, but it's based on master branch, so if there's code changes or want to change API url to local can do these
docker build --build-arg NEXT_PUBLIC_API_URL="{localIp:port}" -t dta32/ofgs .
docker run -d -p {externalPort}:3000 dta32/ofgs:latest
For more simple deploy on each side can also use docker compose, it will autorun frontend and backend, but please build/pull backend image first and edit env and args for each image
docker compose build
docker compose up -d
This is a Next.js project bootstrapped with create-next-app
.
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 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.
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!
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.