My personal website - https://ermakovich.ru.
Built using Gatsby. Continuous builds and deployments using Github Actions and Netlify.
- Install Node.js (preferably via NVM).
- Enable Corepack, if not enabled (run
$ corepack enable
) - Install NPM packages by running
$ yarn
in project directory.
$ yarn develop
$ yarn build