A blog, some relevant info about me and some of my projects. Built with Astro and used with a Strapi CMS backend.
- Node.js
- pnpm
-
Clone this repo
Use git to clone this repo, or download it.
# Clone the repo to a local directory git clone git@github.com:MartinRybergLaude/personal-site.git
-
Install
Open cmd, terminal or powershell in the cloned direcory and install
cd personal-site pnpm i
-
Start the app
Start the app on
http://localhost:5173
pnpm dev
- Typescript
- React
- Astro
- Netlify CMS
- Package by feature as far as possible
- Functional components
- Props & state interface above components
- Async/await preferred
- Commit messages are written in imperative mood
- Commit messages follow the conventonal commits structure
- Micro-commits are preferred