Skip to content

Portfolio of Joonas Sandell. Built with Next.js, TypeScript, Framer Motion and tears

Notifications You must be signed in to change notification settings

joonassandell/portfolio

Repository files navigation

Joonas Sandell Logomark :D

Portfolio of Joonas Sandell

Welcome to the source code of joonassandell.com. This is a Next.js app bootstrapped with create-next-app. Learn more from Wiki.

Even though there's no explicit LICENSE included my sincere hope is that you'll utilize it solely for educational purposes, to study and gain insights. Please refrain from engaging in any commercial activities with the code, such as selling it or using it to develop your own website. This approach has been effective previously, and I aim to maintain the code open for everyone. However, if I detect any unauthorized usage online, I may have to make this repository private again. Your cooperation and understanding are greatly appreciated!

Getting started

git clone [email protected]:joonassandell/portfolio.git
cd portfolio
bun install
bun run dev

Scripts

  • bun run analyze: Run build with @next/bundle-analyzer
  • bun run build:ignore: Run build and ignore errors
  • bun run build: Build the application
  • bun run check: Run TypeScript type checking and ESLint
  • bun run create:component <ComponentName>: Create a new component skeleton to components/ directory
  • bun run dev: Run a development server and open localhost:3000 with your browser
  • bun run lint:fix: Run ESLint and fix possible errors
  • bun run lint: Run ESLint
  • bun run preview:ignore: Build the application and preview it locally by ignoring errors
  • bun run preview: Build the application and preview it locally
  • bun run start: Start the application in production mode. The application should be build first.
  • bun run typecheck: Run TS type checking

Read about environment variables from .env.development and .env.

Copyright

Copyright © Joonas Sandell

About

Portfolio of Joonas Sandell. Built with Next.js, TypeScript, Framer Motion and tears

Resources

Stars

Watchers

Forks

Languages