epreston / medialayer

Media management layer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

medialayer

🚧 work in progress...

Media management layer

NPM version License CI

Setup

Download and install Node.js.

Run the following commands:

# install dependencies
npm install

# start a local server in development mode
npm run dev

Scripts

Action Command Description
dev npm run dev Start a development server
build npm run build Create a production build into "dist"
start npm run start Start a dev server and open in web browser
lint npm run lint Run static code analysis
test npm run test Run unit tests
test-watch npm run test-watch Watch for changes and run tests
test-coverage npm run test-coverage Generate a test coverage report
format npm run format Check source file formatting
format-fix npm run format-fix Format source files

Tools

Tool Reference
Node.js https://nodejs.org
Vite https://vitejs.dev
Vitest https://vitest.dev
ESLint https://eslint.org
Prettier https://prettier.io
EditorConfig https://editorconfig.org
jsdom https://github.com/jsdom/jsdom

References

Website Reference
Can I Use https://caniuse.com
Browserslist https://browsersl.ist
convertacolor https://convertacolor.com
Polyfill.io https://polyfill.io

License

This project is released under the MIT License.

About

Media management layer

License:MIT License


Languages

Language:JavaScript 91.0%Language:CSS 5.4%Language:HTML 3.6%