Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .env
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
PORT=3000
HOST=127.0.0.1
SECRET=secret_key
PUBLIC_URL=http://localhost:3000

# Admin key is used to protect some maintenance features; remove or set empty to disable
# ADMIN_KEY=admin_key

# Database refresh interval in CRON pattern; remove or set empty to disable
# DB_REFRESH_CRON=* 15 * * * *

3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"endOfLine": "lf"
"endOfLine": "lf",
"tabWidth": 2
}
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
##### Подготовка
```shell script
# Установка зависимостей
npm install
npm ci

# Сборка
npm run build
Expand All @@ -15,12 +15,13 @@ npm run build

```shell script
npm start
# или node dist/main.js
```

##### Разработка

```shell script
npm run start:dev
# or for attach debugger
npm run start:debug
```

Expand All @@ -32,13 +33,13 @@ npm run start:debug
PORT=3000
HOST=127.0.0.1
SECRET=secret_key
PUBLIC_URL=http://localhost:3000

# Admin key is used to protect some maintenance features; remove or set empty to disable
# ADMIN_KEY=admin_key

# Database refresh interval in CRON pattern; remove or set empty to disable DB refresh
# DB_REFRESH_CRON=* 15 * * * *

```

## База Данных
Expand Down
Binary file removed data/images/msk-vuejs-meetup.jpeg
Binary file not shown.
Binary file removed data/images/vue-conf-us.png
Binary file not shown.
Binary file removed data/images/vuejs-moscow-meetup.jpeg
Binary file not shown.
Loading