Clone repo:
git clone https://github.com/mikdatdogru/md-nextjs-boilerplate.git
cd md-nextjs-boilerplate
Make it your own:
rm -rf .git && git init && yarn init
ℹ️ This re-initializes the repo and sets up your project.
Install the dependencies:
yarn install
Start a live-reload development server:
yarn dev
Generate a production build:
yarn build
Code beautifier
yarn lint:fix && yarn prettier
heroku
Just follow Mars's Guide and you're good to go 👏I'm open to contributions & suggestions in making this a lot better ✋
MIT