Please consider to use following web browser for best experience: Chrome, Safari, Opera
Welcome to AkaLientesS Project which is my Portfolio Website
This is a Next.js project bootstrapped with create-next-app
.
The Website can be found under: https://www.akalientess.com/
The Vue.js (with nuxt.js hybrid Framework) is available under: Vue-AkaLientesS-v2
The First version of my Portfolio website build with Hugo and native JS can be found under: AkaLientesS
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.tsx
. The page auto-updates as you edit the file.
Styles are under src/styles
folder. Styles are written in Dart Sass and every folder represents module which is styled.
If you want to change styles you need to run Sass watcher:
npm run watch
For Production, you need to run the build script for optimized styles:
npm run style:build
To learn more about Next.js, take a look at the following resources:
- Next.js Documentation - learn about Next.js features and API.
- Learn Next.js - an interactive Next.js tutorial.
You can check out the Next.js GitHub repository - your feedback and contributions are welcome!