A CLI to bootstrap new DFA projects
npm install @lamaontheloose/create-dfa-web$ npm i -g @lamaontheloose/create-dfa-web
Version 1 without hooks:
$ create-dfa-web v1 new-project-name-v1 --git --install
Version 2 with hooks:
$ create-dfa-web v2 new-project-name-v2 --git --install
It regular Gatsby project so either of following command should work, if Gatsby is installed correctly from inside the project folder
$ npm run develop or gatsby develop