Skip to content

Telos8840/Portfolio

Repository files navigation

Saul Guardado Portfolio

saulguardado.dev

Built With

Nextjs TypeScript Mantine Emotion

🛠 Installation & Set Up

  1. Install dependencies
  npm install
  1. Start the development server
  npm run dev

🚀 Building and Running for Production

  1. Generate a full static production build
  npm run build
  1. Preview the site as it will appear once deployed
  npm run start

npm scripts

Build and dev scripts

  • dev – start dev server
  • build – bundle application for production
  • export – exports static website to out folder
  • analyze – analyzes application bundle with @next/bundle-analyzer

Testing scripts

  • typecheck – checks TypeScript types
  • lint – runs ESLint
  • prettier:check – checks files with Prettier
  • jest – runs jest tests
  • jest:watch – starts jest watch
  • test – runs jest, prettier:check, lint and typecheck scripts

Other scripts

  • prettier:write – formats all files with Prettier