Go to file
2021-05-24 15:05:40 +02:00
components Update profile picture for home page 2021-04-19 15:39:09 +02:00
pages Add dynamic screenshot for dotfiles 2021-05-24 15:05:40 +02:00
public Update projects information and covers 2021-04-19 15:40:13 +02:00
styles media queries for responsiveness 2020-06-14 16:59:50 +02:00
.gitignore Initial commit from Create Next App 2020-06-14 10:40:51 +02:00
.prettierrc adding boilerpalte 2020-06-14 11:06:49 +02:00
docker-compose.yml Update builder configuration 2021-04-18 12:49:55 +00:00
Dockerfile Update builder configuration 2021-04-18 12:49:55 +00:00
next.config.js Reup serverless build procedure 2021-04-18 16:06:17 +02:00
package.json Add export keyword when building the project 2021-04-18 16:07:48 +02:00
README.md Initial commit from Create Next App 2020-06-14 10:40:51 +02:00
yarn.lock Update yarn.lock 2021-04-15 15:12:45 +02:00

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

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.