Skip to content

Development Guide #147

Oct 26, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Development Guide

Node.js

Install Node.js v14 or v16.

After installation success, you can see version printed out via below commands.

node -v
npm -v

Development

Install Yarn Package Manager

npm install --global yarn

Clone Forked Repository

git clone https://github.com/codefuturedalao/dblp
cd dblp

Start Local Development Server

yarn # Install dependencies
yarn start # Visit http://localhost:2333/

IDE

Any text editor or IDE. e.g VSCode or WebStorm.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@codefuturedalao
Comment options

@codefuturedalao
Comment options

@sabertazimi
Comment options

Answer selected by sabertazimi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants