This is my portfolio site. This target a static generated site. This will parse markdown files on content directory and compile to a page.
- Next.js
- Tailwindcss
- Sass
- Markdown
- Eslint and Prettier
- Clone the repo
https://github.com/ronmrcdo/next-portfolio.git
or manually download the repository. - Navigate to the
next-portfolio
by executingcd next-portfolio
. - Install dependencies by npm
npm install
or by yarnyarn install
. - Run locally by running
npm run dev
oryarn dev
- For deployment. Generate the site by
npm run generate
oryarn generate
nextjs-portfolio is an open-sourced software licensed under the MIT license.