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!
git clone [email protected]:joonassandell/portfolio.git
cd portfolio
bun install
bun run dev
bun run analyze
: Run build with @next/bundle-analyzerbun run build:ignore
: Run build and ignore errorsbun run build
: Build the applicationbun run check
: Run TypeScript type checking and ESLintbun run create:component <ComponentName>
: Create a new component skeleton tocomponents/
directorybun run dev
: Run a development server and open localhost:3000 with your browserbun run lint:fix
: Run ESLint and fix possible errorsbun run lint
: Run ESLintbun run preview:ignore
: Build the application and preview it locally by ignoring errorsbun run preview
: Build the application and preview it locallybun 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 © Joonas Sandell