Table of Contents
Terminal Portfolio is a portfolio website with the style of a terminal. Feel free to use it for your own portfolio.
To get a local copy up and running follow these simple example steps.
- Clone the repo
git clone https://github.com/iammatthi/terminal-portfolio.git
- Move into the newly created folder
cd terminal-portfolio
- Install dependencies
yarn
- Customize configuration
- Create and edit
.env
file (see.env.example
for an example) - Edit SEO information (
config/seo.json
) - Edit favicon (
public/favicon.ico
) - Edit files (
public/contents
)
- Create and edit
- Go to emailjs.com
- Create EmailJS account
- Create EmailJS service
- Create EmailJS template
- Account > API Settings > Allow EmailJS API for non-browser applications.
- Insert EmailJS information into
.env
file
yarn dev