Skip to content

dfreeman/new-leaf

Repository files navigation

new-leaf

About this project

This project was created for the January 2024 Make-a-thon put together for/by a group of friends!

  • Engine by @dfreeman
  • Story by @pattra
  • Soundtrack by treehann

Sources:

Images are stock photos and paintings that were run through pixelation filters.

Make It Go

Install dependencies:

pnpm i

Run dev server:

pnpm dev

Publish to GitHub pages:

pnpm release
Default README contents from the Vite template

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

Expanding the ESLint configuration

If you are developing a production application, we recommend updating the configuration to enable type aware lint rules:

  • Configure the top-level parserOptions property like this:
export default {
  // other rules...
  parserOptions: {
    ecmaVersion: 'latest',
    sourceType: 'module',
    project: ['./tsconfig.json', './tsconfig.node.json'],
    tsconfigRootDir: __dirname,
  },
};
  • Replace plugin:@typescript-eslint/recommended to plugin:@typescript-eslint/recommended-type-checked or plugin:@typescript-eslint/strict-type-checked
  • Optionally add plugin:@typescript-eslint/stylistic-type-checked
  • Install eslint-plugin-react and add plugin:react/recommended & plugin:react/jsx-runtime to the extends list

About

Multimedia Make-a-thon 2024

Resources

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages