My personal website and portfolio built with Next.js.
All commands are run from the root of the project, from a terminal.
Command | Description |
---|---|
bun install |
Install all dependencies |
bun dev |
Start the development server at http://localhost:3000 |
bun run build |
Build the project for production |
bun start |
Preview the production build |
Feel free to contribute to this project by opening an issue or pull request.