Skip to content

spotmies/spotmies

Repository files navigation

Spotmies Website


Description

This is the readme file for the webapp project, version 0.1.0. The project is a web application built with Next.js, React and Tailwind CSS. The project uses several other dependencies, including axios, classnames, framer-motion, react-countup, react-icons, react-multi-carousel, and react-reveal.

Spotmies is a leading provider of innovative solutions for Product Designing & Blockchain. With a team of experienced professionals & a commitment to excellence, we are dedicated to helping our clients achieve their goals and stay ahead of the competition. Our mission is to provide high-quality services & products that deliver tangible results and drive business success.


Installation

To install the project, you can clone the repository from the project's GitHub page using the following command:

gh repo clone spotmies/spotmies

After cloning the repository, navigate to the project directory using the following command:

cd spotmies

Once you are in the project directory, run the following command to install all dependencies:

npm install

Usage

To run the development server, run:

npm run dev

This will start a local development server, and you can access the web application on your browser at http://localhost:3000/. You can now start making changes to the project code, and the server will automatically reload with the latest changes.

To build the project for production, run the following command:

npm run build

This command will generate an optimized production build of the project that is ready for deployment to a web server. To start the production server, run the following command:

npm run start

This command will start the production server, and you can access the web application on your browser at http://localhost:3000/.

To lint the project code, run the following command:

npm run lint

This command will run a linter on the project code to check for any syntax or formatting issues.


Dependencies

The project relies on several dependencies to function correctly. Here's a brief overview of each of the project's dependencies:

axios classnames framer-motion next react react-countup react-dom react-icons react-multi-carousel react-reveal


Dev Dependencies

The project has the following dev dependencies:

autoprefixer postcss tailwindcss


License

This project is licensed under the BSD 3-Clause License. See the LICENSE file for more information.