This is a ReactJS project. To run the project, please, make sure you have :
- NodeJS installed on your machine
- npm installed on your machine
To run the project, please, follow the steps below:
- Clone the repository
- Run
npm install
to install the dependencies - Run
npm install --save-dev prettier --force
to automatically fix any ESLint errors in your JavaScript and JSX file (optional) - Run
npx stylelint "**/*.{css,scss}" --fix
to automatically fix any Stylelint errors in your CSS and SCSS files (optional) - Run
npm start
to start the project - You can now view solo-safe-landing-page in the browser. Navigate to http://localhost:3000
To update tailwindcss, run npx tailwindcss -i ./src/input.css -o ./src/output.css
and to keep watching the changes, run npx tailwindcss -i ./src/input.css -o ./src/output.css --watch
.
Open a pull request with your changes and we will review it.