mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 22:25:52 +03:00
[PR #39] [MERGED] 1 setup and document frontend development environment #253
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#253
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:1-setup-and-document-frontend-development-environment📝 Commits (7)
baaf496Initialized next.js-application in client folder183ea6aoutput standalone9ceb1ceUpdate README.md docker guideb077a90remove package-lock.json637bed5add package-lock.json to .gitignoree80f954remove filler svg-files76ec18cAdd 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.