Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 484 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 484 Bytes

Game of Life


Netlify Status


Development setup

Install dependencies:

npm install

Start the dev server:

npm run dev

Lint the project:

npm run lint
npm run lint:fix

Build for production

npm run build