Skip to content

Latest commit

 

History

History
59 lines (33 loc) · 1.55 KB

README.md

File metadata and controls

59 lines (33 loc) · 1.55 KB

KL Lawingco's Personal Site

Hey there!. This is a v2 of my portfolio site, a complete rewrite from v1, written in Typescript using Next.js, as a SSG tool. It utilizes ChakraUI as well as Framer Motion for animations.

This contains lots of my details. In future I am planning to get this to cater my own blog too.

Site is Currently deployed at Netlify's Free tier .

Build Status

Netlify Status

Local Development

This is just a Next.js project bootstrapped with create-next-app.

Please use atleast Node v12, but the recommended version is Node v14 LTS. There's a .nvmrc, you can run nvm use if you have nvm installed.

Getting Started

This project heavily favors yarn over npm.

So to set things up you need to run

yarn install

or just

yarn

Then to run the development server:

yarn dev

and it should open at

http://localhost:3000/

Deployment

Nothing special, its setup at Netlify end (irrc: no netlify.toml), just merge a feat branch to master branch and you're good.

Credits

Logo and Avatar are made by my friend : KojiroArt. Please check him out at his twitter account.

And of course Made with Love and ☕

KL