Skip to content

destyk/website

Repository files navigation

DestyK Logo

Personal site repository for building a project using Typescript, NextJS, SCSS.

Telegram Website

Getting Started

Clone repository:

$ git clone [email protected]:destyk/website.git

Install dependencies:

$ npm i

Available Scripts

In the root directory, you can run:

$ npm run build

Build the project.
It builds correctly in production mode and optimizes for the best performance.

$ npm run start

Running the current version project.
Launch of the production version of the project.

$ npm run dev

Running the project in debug mode.
Ideal for development as it allows you to see all the changes you make on the fly.

$ npm run lint

Launching ESLint.
Code formatting based on prettier & eslint configs.