Development Guide #147
Answered
by
sabertazimi
codefuturedalao
asked this question in
Q&A
-
Sorry to interrrupt u |
Beta Was this translation helpful? Give feedback.
Answered by
sabertazimi
Oct 26, 2021
Replies: 1 comment 3 replies
-
Development GuideNode.jsInstall Node.js v14 or v16. After installation success, you can see version printed out via below commands. node -v
npm -v DevelopmentInstall Yarn Package Managernpm install --global yarn Clone Forked Repositorygit clone https://github.com/codefuturedalao/dblp
cd dblp Start Local Development Serveryarn # Install dependencies
yarn start # Visit http://localhost:2333/ IDEAny text editor or IDE. e.g |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
sabertazimi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Development Guide
Node.js
Install Node.js v14 or v16.
After installation success, you can see version printed out via below commands.
Development
Install Yarn Package Manager
Clone Forked Repository
git clone https://github.com/codefuturedalao/dblp cd dblp
Start Local Development Server
IDE
Any text editor or IDE. e.g
VSCode
orWebStorm
.