somewhere

This commit is contained in:
Swift
2023-08-17 13:05:51 +03:30
parent 30c7eb0e7b
commit 53843207cc
429 changed files with 117489 additions and 1 deletions
+23 -1
View File
@@ -1 +1,23 @@
# asan-service
# Asan-Service
## Project bulit with Nodejs version:
v14.18.3
## Build Setup
```bash
# install dependencies
$ npm i
# to run project in development mode
$ npm run dev
$ npm run server
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
```