Source code for Attila Szeremi's portfolio website built using Gatsby.
Follows atomic design: http://patternlab.io/
MIT
node
and npm
need to have been installed.
# 1. Clone the repository. Example ~/szeremi local folder used here.
git clone https://github.com/amcsi/szeremi ~/szeremi
# 2. Go into the directory to where you cloned the project.
cd ~/szeremi
# 3. Install the dependencies.
npm install
npm run watch-start
You should now be able to access the website on http://localhost:3000/
This project can be run with Docker.
It's also suggested to run the systemd file to run the project as a service. It can be found in configs/szeremi.service
Run sudo systemctl enable configs/szeremi.service
.
It will listen on port 10082
This project follows the Airbnb Javascript Style Guide