This repository contains the test work for Fundraise Up.
To get started with this project, clone the repository and install the dependencies using npm:
git clone https://github.com/your-username/fundraise-up-test-work.git
cd fundraise-up-test-work
npm install
To build the project, run:
npm run build
This command will use webpack to bundle the source code.
To start a development server with hot reloading, use:
npm start
This will launch webpack-dev-server.
To lint the TypeScript source files, run:
npm run lint
To automatically fix linting issues, use:
npm run lint:fix
Andrey Nekrasov Email: [email protected]