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.
- Host: GitHub
- URL: https://github.com/destyk/website
- Owner: destyk
- License: mit
- Created: 2023-10-24T09:10:59.000Z (over 2 years ago)
- Default Branch: stable
- Last Pushed: 2024-02-02T05:39:13.000Z (over 2 years ago)
- Last Synced: 2024-04-14T20:05:01.109Z (about 2 years ago)
- Topics: bootstrap, lerna, portfolio, portfolio-website, react, scss, typescript, website
- Language: TypeScript
- Homepage: https://destyk.ru
- Size: 3.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Personal site repository for building a project using Typescript, NextJS, SCSS.
## 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.
