React website to showcase my skills, projects, and hobbies 😊
- React (Next.js) framework for reusability and featureset
- CI/CD to build to Docker for deployments
- Logging via Pino
- Cloudflare CDN for static files
- Cloudflare Transformations for images
- Full Screen Image galleries
- Markdown parsing with Remark/Rehype
NODE_ENV = Environment to run (production/development)
When running development, images will be served locally, whereas on production Cloudflare will be leveraged.
- Install NPM Packages
npm install
- Build the production server
npm run build
- Start the standalone server
node run .next/standalone/server.js
- Install NPM packages
npm install
- Run the Next Dev environment
npm run dev
This will launch a local instance at localhost:3000 that will rebuild live for development purposes