All Projects → 4cm4k1 → personal-website

4cm4k1 / personal-website

Licence: other
Personal website – made with Next.js, Preact, MDX, RMWC, & Vercel

Programming Languages

javascript
184084 projects - #8 most used programming language
typescript
32286 projects
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to personal-website

React Storefront
React Storefront - PWA for eCommerce. 100% offline, platform agnostic, headless, Magento 2 supported. Always Open Source, Apache-2.0 license. Join us as contributor ([email protected]).
Stars: ✭ 292 (+1725%)
Mutual labels:  spa, preact, ssr
React Storefront
Build and deploy e-commerce progressive web apps (PWAs) in record time.
Stars: ✭ 275 (+1618.75%)
Mutual labels:  spa, preact, ssr
website
Personal website and blog built with Next.js, Preact, MDX, Tailwind CSS and hosted on Vercel.
Stars: ✭ 17 (+6.25%)
Mutual labels:  preact, mdx, vercel
Preact Redux Isomorphic
preact-redux-isomorphic PWA SPA SSR best practices and libraries in under 80kB page size (for live demo click the link below)
Stars: ✭ 85 (+431.25%)
Mutual labels:  spa, preact, ssr
website
My personal website.
Stars: ✭ 29 (+81.25%)
Mutual labels:  mdx, vercel
vitext
The Next.js like React framework for better User & Developer experience!
Stars: ✭ 376 (+2250%)
Mutual labels:  preact, ssg
next-banner
🖼️ Generate Open Graph images for Next.js on build
Stars: ✭ 45 (+181.25%)
Mutual labels:  next, vercel
contrib-nextjs
Projeto desenvolvido no Contrib de Next.js
Stars: ✭ 11 (-31.25%)
Mutual labels:  ssg, vercel
Dataformsjs
🌟 DataFormsJS 🌟 A minimal JavaScript Framework and standalone React and Web Components for rapid development of high quality websites and single page applications.
Stars: ✭ 95 (+493.75%)
Mutual labels:  spa, preact
website
Fully responsive website built with NextJS, React and Fluent UI, with the aim of providing services and access to all groups of didactic courses and general purposes to students of the University of Milan.
Stars: ✭ 29 (+81.25%)
Mutual labels:  next, next-js
next-test-api-route-handler
🚀✨ Confidently unit test your Next.js API routes/handlers in an isolated Next.js-like environment
Stars: ✭ 150 (+837.5%)
Mutual labels:  next, next-js
Rendora
dynamic server-side rendering using headless Chrome to effortlessly solve the SEO problem for modern javascript websites
Stars: ✭ 1,853 (+11481.25%)
Mutual labels:  spa, ssr
Svelte Navigator
Simple, accessible routing for Svelte
Stars: ✭ 125 (+681.25%)
Mutual labels:  spa, ssr
thvu-blog
My digital home on the internet.
Stars: ✭ 51 (+218.75%)
Mutual labels:  mdx, vercel
Universal Router
A simple middleware-style router for isomorphic JavaScript web apps
Stars: ✭ 1,598 (+9887.5%)
Mutual labels:  spa, ssr
jahir.dev
My personal website 💎 – Built using Next.js, TypeScript, MDX, contentlayer, Notion and Stitches styled components
Stars: ✭ 119 (+643.75%)
Mutual labels:  mdx, vercel
next-microcms-sample
Next.js + microCMS SSG example.
Stars: ✭ 14 (-12.5%)
Mutual labels:  next, ssg
next-api-og-image
Easy way to generate open-graph images dynamically in HTML or React using Next.js API Routes. Suitable for serverless environment.
Stars: ✭ 179 (+1018.75%)
Mutual labels:  next, vercel
next
(Work in progress) The rewritten version of the original PizzaQL 🍕
Stars: ✭ 45 (+181.25%)
Mutual labels:  next, ssg
trailing-slash-guide
Understand and fix your static website trailing slash issues!
Stars: ✭ 255 (+1493.75%)
Mutual labels:  ssg, vercel

personal-website

Status Prettier Dependabot Latest Release License FOSSA Status

This repo contains the source code for my personal website located at https://anthony.app, using many awesome technologies such as, but not limited to:

Table of Contents

Prerequisites

Installation

# clone this repo
git clone https://github.com/4cm4k1/personal-website

# change directories
cd personal-website

# install dependencies
yarn

Usage

# run in dev mode
yarn dev

# if using Vercel, Vercel's dev mode simulates their servers
volta run vc dev

# build in prod mode
yarn build

# serve built assets in prod mode
yarn start

# run `prettier` linter
yarn prettier

# run webpack analyzer
yarn analyze

# run in dev mode with profiling on
yarn profile

# type-check TypeScript files
yarn runtype-check

# deploy to Vercel
volta run vc --prod

# …or just push to configured branch on GitHub for auto-deploy

Code of Conduct

Contributing

Contributors

Name Website
Anthony Maki https://anthony.app

Changelog

License

FOSSA Status

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].