Personal site repository for building a project using Typescript, NextJS, SCSS.
$ git clone [email protected]:destyk/website.git
$ npm i
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.