Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 996 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 996 Bytes

SoloSafe landing page

Introduction

Running the project

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:

  1. Clone the repository
  2. Run npm install to install the dependencies
  3. Run npm install --save-dev prettier --force to automatically fix any ESLint errors in your JavaScript and JSX file (optional)
  4. Run npx stylelint "**/*.{css,scss}" --fix to automatically fix any Stylelint errors in your CSS and SCSS files (optional)
  5. Run npm start to start the project
  6. 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.

Contributing

Open a pull request with your changes and we will review it.