Skip to content

shadown125/AkaLientesS-v2-official

Repository files navigation

AkaLientesS v2 - official - Beta (0.9.6v)

⚠️ Browser support: ⚠️

Please consider to use following web browser for best experience: Chrome, Safari, Opera

⚠️ Please do NOT USE Firefox until version 1.0 ‼️


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

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.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

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!