Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
VKR2025
interactive_map
Commits
16606b73
Commit
16606b73
authored
9 months ago
by
Моисеев Николай Денисович
Browse files
Options
Download
Patches
Plain Diff
Init
parents
No related merge requests found
Changes
21
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
20 changed files
.eslintrc.json
+3
-0
.eslintrc.json
.gitignore
+36
-0
.gitignore
.idea/.gitignore
+5
-0
.idea/.gitignore
.idea/inspectionProfiles/Project_Default.xml
+7
-0
.idea/inspectionProfiles/Project_Default.xml
.idea/interactive_map.iml
+13
-0
.idea/interactive_map.iml
.idea/modules.xml
+9
-0
.idea/modules.xml
.idea/vcs.xml
+7
-0
.idea/vcs.xml
README.md
+36
-0
README.md
next.config.mjs
+4
-0
next.config.mjs
package-lock.json
+0
-0
package-lock.json
package.json
+28
-0
package.json
pnpm-lock.yaml
+0
-0
pnpm-lock.yaml
postcss.config.mjs
+8
-0
postcss.config.mjs
public/next.svg
+2
-0
public/next.svg
public/vercel.svg
+2
-0
public/vercel.svg
src/app/favicon.ico
+0
-0
src/app/favicon.ico
src/app/globals.css
+33
-0
src/app/globals.css
src/app/layout.tsx
+22
-0
src/app/layout.tsx
src/app/page.tsx
+113
-0
src/app/page.tsx
tailwind.config.ts
+20
-0
tailwind.config.ts
with
348 additions
and
0 deletions
+348
-0
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets