Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.15 KB

README.md

File metadata and controls

52 lines (30 loc) · 1.15 KB

szeremi

Source code for Attila Szeremi's portfolio website built using Gatsby.

Follows atomic design: http://patternlab.io/

License

MIT

Requirements

node and npm need to have been installed.

Installation

# 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

Running

npm run watch-start

You should now be able to access the website on http://localhost:3000/

Docker

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

Contributing

This project follows the Airbnb Javascript Style Guide