Skip to content
This repository has been archived by the owner on Jun 17, 2022. It is now read-only.
/ notes-marcm-dev Public archive

πŸ‘‹ Greetings to my not a blog.

License

Notifications You must be signed in to change notification settings

2n3g5c9/notes-marcm-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

⚠️ This project is no longer maintained.

notes-marcm-dev

Greetings to my not a blog πŸ‘‹

Getting Started Β  β€’ Β  Tech/frameworks used Β  β€’ Β  License

ci-badge codeql-badge sonarcloud-badge depfu-badge

up-down-badge languages-badge license-badge repo-size-badge last-commit-badge

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Installation

  1. Clone the repository:
git clone https://github.com/2n3g5c9/notes-marcm-dev && cd notes-marcm-dev
  1. Download the dependencies:
yarn install
  1. If not present, generate the font-preload-cache.json file:
yarn preload-fonts

Local tests

Lint checks:

yarn lint

Type checks:

yarn type-check

Snapshot tests:

yarn test

Accessibility tests:

To test in a Chrome browser:

yarn test:e2e

To test in an Electron headless browser:

yarn test:e2e:cli

Run a development server

yarn develop

Serve a local build

yarn build && yarn serve

πŸͺ„ Tech/frameworks used

  • TypeScript: Typed superset of JavaScript that compiles to plain JavaScript.
  • Gatsby: Free and open source framework based on React that helps developers build blazing fast websites and apps.
  • Tailwind CSS: A utility-first CSS framework for rapidly building custom user interfaces.

πŸ“ƒ License

This project is licensed under the MIT License - see the LICENSE file for details