Exemplo de luz 2d via raytracing para o meetup de canvas ;D
Install deps from project root yarn
or npm i
yarn start:dev
or npm run start:dev
It's possible to use a different port by specifying this first like so:
CVA_PORT=7788 yarn start:dev
to start with port 7788. Same for npm just include CVA_PORT=7788
at the beginning.
yarn build
or npm run build
- Add jsx and react - Or just use create react app instead!
- Add a .env for project specific environment values