Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/m4thieulavoie/portfolio
My own open source personal website
https://github.com/m4thieulavoie/portfolio
javascript lint portfolio sass typescript web-components
Last synced: about 2 months ago
JSON representation
My own open source personal website
- Host: GitHub
- URL: https://github.com/m4thieulavoie/portfolio
- Owner: m4thieulavoie
- License: mit
- Created: 2019-10-23T14:26:25.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T05:10:52.000Z (3 months ago)
- Last Synced: 2024-10-30T08:32:30.055Z (3 months ago)
- Topics: javascript, lint, portfolio, sass, typescript, web-components
- Language: TypeScript
- Homepage: https://m4thieulavoie.dev
- Size: 42.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mathie
[![Netlify Status](https://api.netlify.com/api/v1/badges/55407d98-d92e-4bfd-881a-9f5ef1a9f503/deploy-status)](https://app.netlify.com/sites/gallant-goodall-8c025a/deploys)
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/)
[![CircleCI](https://circleci.com/gh/circleci/circleci-docs.svg?style=shield)](https://circleci.com/gh/m4thieulavoie/portfolio)# Welcome to my online portfolio!
Hi! My name is Mathieu Lavoie and this is the repo of my online portfolio.
## Available Scripts
In the project directory, you can run the following commands:
### `npm start`
Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.The page will reload if you make edits.
You will also see any lint errors in the console.### `npm build`
Builds the app for production to the `build` folder.
It correctly bundles React in production mode and optimizes the build for the best performance.The build is minified and the filenames include the hashes.
Your app is ready to be deployed!See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
### `npm lint`
Runs the lint over the project with both `eslint` and `stylelint` to make sure your eyes are happy reading the code.