An open API service indexing awesome lists of open source software.

https://github.com/destyk/website

A monorepo that combines all packages and apps for building a DestyK website.
https://github.com/destyk/website

bootstrap lerna portfolio portfolio-website react scss typescript website

Last synced: 3 months ago
JSON representation

A monorepo that combines all packages and apps for building a DestyK website.

Awesome Lists containing this project

README

          


DestyK Logo


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



Telegram
Website

## Getting Started

#### Clone repository:

`$ git clone git@github.com: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.