Narixius / nariman.work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My portfolio website

This project is based on a grate boilerplate Nuxt x Netlify. Also I used Squidex as a headless CMS for the content managing.

Demo

For live preview Click here

What you need to change

For the contact form, the message of the user will send to the telegram with a bot. The token of the bot and user ID of the receiver (your telegram account user-id) need to be changed. Modify these fields in functions/contactForm.js

Also the Squidex access token are in the .env file.

Running project

Development

npm install // yarn
npm run dev // yarn dev

Production

npm install // yarn
npm run build // yarn build

About


Languages

Language:Vue 83.5%Language:JavaScript 12.1%Language:CSS 4.4%