mirror of
https://github.com/kremalicious/portfolio.git
synced 2024-12-22 09:13:19 +01:00
readme updates
This commit is contained in:
parent
ebf6609bb9
commit
7814e36b65
@ -88,7 +88,7 @@ Includes a theme switcher which allows user to toggle between a light and a dark
|
|||||||
|
|
||||||
If you want to know how, have a look at the respective components:
|
If you want to know how, have a look at the respective components:
|
||||||
|
|
||||||
- [`src/hooks/useDarkMode.js`](src/hooks/useDarkMode.js)
|
- [`src/hooks/useDarkMode.ts`](src/hooks/useDarkMode.ts)
|
||||||
- [`src/components/ThemeSwitch/index.tsx`](src/components/ThemeSwitch/index.tsx)
|
- [`src/components/ThemeSwitch/index.tsx`](src/components/ThemeSwitch/index.tsx)
|
||||||
|
|
||||||
### 🏆 SEO component
|
### 🏆 SEO component
|
||||||
@ -136,7 +136,7 @@ cp .env.sample .env
|
|||||||
vi .env
|
vi .env
|
||||||
|
|
||||||
npm i
|
npm i
|
||||||
npm run dev
|
npm start
|
||||||
```
|
```
|
||||||
|
|
||||||
### 🔮 Linting
|
### 🔮 Linting
|
||||||
|
Loading…
Reference in New Issue
Block a user