Home page built with vanilla HTML, CSS, and JavaScript.
Includes a personal blog and portfolio.
- Install Node.
- Clone this repository and navigate to it.
git clone https://github.com/Tempurturtul/junior-dev.git
cd home/
- Install dependencies.
npm i
- Use npm scripts to generate files, lint, serve, test, and deploy.
# Generate JSON files for blog posts and portfolio pieces.
npm run generate
# Lint, serve, and watch for changes.
npm start
# Run tests.
npm t
# Deploy to GitHub Pages.
npm run deploy