[PR #39] [MERGED] 1 setup and document frontend development environment #253

Closed
opened 2026-02-27 19:17:27 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/39
Author: @tuomasmustakallio
Created: 1/25/2024
Status: Merged
Merged: 1/28/2024
Merged by: @tuomasmustakallio

Base: masterHead: 1-setup-and-document-frontend-development-environment


📝 Commits (7)

  • baaf496 Initialized next.js-application in client folder
  • 183ea6a output standalone
  • 9ceb1ce Update README.md docker guide
  • b077a90 remove package-lock.json
  • 637bed5 add package-lock.json to .gitignore
  • e80f954 remove filler svg-files
  • 76ec18c Add Project name and desc

📊 Changes

13 files changed (+307 additions, -0 deletions)

View changed files

client/.eslintrc.json (+3 -0)
client/.gitignore (+37 -0)
client/Dockerfile (+67 -0)
client/README.md (+51 -0)
client/app/favicon.ico (+0 -0)
client/app/globals.css (+33 -0)
client/app/layout.tsx (+22 -0)
client/app/page.tsx (+9 -0)
client/next.config.mjs (+6 -0)
client/package.json (+27 -0)
client/postcss.config.js (+6 -0)
client/tailwind.config.ts (+20 -0)
client/tsconfig.json (+26 -0)

📄 Description

Initialized next.js application with docker. Added setup guide to README.md


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/39 **Author:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Created:** 1/25/2024 **Status:** ✅ Merged **Merged:** 1/28/2024 **Merged by:** [@tuomasmustakallio](https://github.com/tuomasmustakallio) **Base:** `master` ← **Head:** `1-setup-and-document-frontend-development-environment` --- ### 📝 Commits (7) - [`baaf496`](https://github.com/EddieTheCubeHead/Stagnum/commit/baaf496db471cf82c328f893edd6eafa709218d9) Initialized next.js-application in client folder - [`183ea6a`](https://github.com/EddieTheCubeHead/Stagnum/commit/183ea6a09576edc4a8e1f23ed672a466e5cbabd5) output standalone - [`9ceb1ce`](https://github.com/EddieTheCubeHead/Stagnum/commit/9ceb1ce09bd4ea21cc78c44122cdd87c3ad172e8) Update README.md docker guide - [`b077a90`](https://github.com/EddieTheCubeHead/Stagnum/commit/b077a904da91783fba1c254313b24fc1196c9fee) remove package-lock.json - [`637bed5`](https://github.com/EddieTheCubeHead/Stagnum/commit/637bed5a5739d9bc8af2c77304a0b0a6ee2f1669) add package-lock.json to .gitignore - [`e80f954`](https://github.com/EddieTheCubeHead/Stagnum/commit/e80f954a81eb4feecf5bbda1629bb816d78548a9) remove filler svg-files - [`76ec18c`](https://github.com/EddieTheCubeHead/Stagnum/commit/76ec18cdf2c992b2258e035f72b40cd5ef60ea70) Add Project name and desc ### 📊 Changes **13 files changed** (+307 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `client/.eslintrc.json` (+3 -0) ➕ `client/.gitignore` (+37 -0) ➕ `client/Dockerfile` (+67 -0) ➕ `client/README.md` (+51 -0) ➕ `client/app/favicon.ico` (+0 -0) ➕ `client/app/globals.css` (+33 -0) ➕ `client/app/layout.tsx` (+22 -0) ➕ `client/app/page.tsx` (+9 -0) ➕ `client/next.config.mjs` (+6 -0) ➕ `client/package.json` (+27 -0) ➕ `client/postcss.config.js` (+6 -0) ➕ `client/tailwind.config.ts` (+20 -0) ➕ `client/tsconfig.json` (+26 -0) </details> ### 📄 Description Initialized next.js application with docker. Added setup guide to README.md --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:17:27 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#253
No description provided.