1
Fork 0
mirror of https://github.com/Steffo99/steffoweb.git synced 2024-11-21 15:44:31 +00:00
My personal website https://www.steffo.eu/
Find a file
dependabot[bot] 0219728163 Bump nanoid from 3.1.25 to 3.2.0
Bumps [nanoid](https://github.com/ai/nanoid) from 3.1.25 to 3.2.0.
- [Release notes](https://github.com/ai/nanoid/releases)
- [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ai/nanoid/compare/3.1.25...3.2.0)

---
updated-dependencies:
- dependency-name: nanoid
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-01-22 14:01:13 +01:00
.idea Add projects list 2021-08-29 05:31:10 +02:00
public 🔧 Use the correct icons 2021-08-29 19:16:24 +02:00
src 🔧 Disable minWidth on accounts 2021-10-25 13:41:34 +02:00
.gitignore 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
package.json Add "Gestione Amber" theme 2021-10-25 13:25:58 +02:00
README.md 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
tsconfig.json 🔧 Start the website rewrite using Bluelib React 3 2021-08-28 21:18:43 +02:00
yarn.lock Bump nanoid from 3.1.25 to 3.2.0 2022-01-22 14:01:13 +01:00

Steffoweb

My personal website in React.

Developing

Running a local copy

If for whatever reason you want to run a local copy of the website, ensure the latest nodejs and yarn are installed on your machine, then run:

git clone https://github.com/Steffo99/steffoweb.git
cd "steffoweb"
yarn
yarn run start

Updating the website

The website will automatically update based on the master branch.