readme & .gitignore update

This commit is contained in:
super
2026-01-30 06:39:48 +02:00
parent 9c1aa8ae3d
commit b7818ce76e
2 changed files with 14 additions and 1 deletions

7
.gitignore vendored
View File

@@ -1,7 +1,14 @@
node_modules node_modules
dist dist
out out
packs
package-lock.json package-lock.json
LICENSE LICENSE
*.code-workspace *.code-workspace
.DS_Store .DS_Store
.vscode
.env
.env.local
.env.development.local
.env.test.local
.env.production.local

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Сборка и установка
```bash
npm install
npm run dev
```