tanayseven / crt-screen-home-page

A simple CRT screen with a terminal for your website as a home page

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crt-screen-home-page

Getting started

Clone this repository and install its dependencies:

npm run build builds the application to public/, along with a sourcemap file for debugging

npm start launches a server, using serve. Navigate to localhost:3000.

npm run watch will continually rebuild the application as your source files change.

npm run dev will run npm start and npm run watch in parallel.

License

MIT.

About

A simple CRT screen with a terminal for your website as a home page

License:MIT License


Languages

Language:SCSS 51.6%Language:TypeScript 34.2%Language:JavaScript 7.9%Language:HTML 6.4%