From 97031a73caea1e84949e84da3e2f5b8a96112e30 Mon Sep 17 00:00:00 2001 From: Dslak Date: Wed, 4 Aug 2021 16:50:55 +0200 Subject: [PATCH] readme --- README.md | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 538950a..6f69aea 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -anes +# Anes academy + +#### Install dependencies + +```bash +npm install +``` + +#### Build in development mode + +```bash +npm run dev +``` + +#### Build in production mode + +```bash +npm run prod +``` + +#### Build in production mode + +```bash +npm run prod +``` + +#### Preview + +```bash +npm run preview +``` +