quick readme fix

This commit is contained in:
ngn13 2023-04-16 20:20:13 +03:00 committed by GitHub
parent 15d5df3227
commit 172ebcc46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,9 +4,9 @@ It's written NuxtJS and supports full SSR.
## Setup ## Setup
``` ```
git clone https://github.com/ngn13/my-website.git git clone https://github.com/ngn13/ngn13.fun.git
cd my-website && npm i cd ngn13.fun && npm i
echo "password" > pass echo "password" > pass
npm run build npm run build
npm run start npm run start
``` ```