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/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.

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 git@github.com:joonassandell/joonassandell-portfolio.git
cd joonassandell-portfolio
bun install
bun run dev

Scripts

  • bun run dev: Run a development server and open localhost:3000 with your browser
  • bun run build: Build the application
  • 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 create:component <ComponentName>: Create a new component skeleton to components/ directory

Read about environment variables from .env.development.

Copyright

Copyright © 2024 Joonas Sandell

About

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

Resources

Stars

Watchers

Forks