/web3_spotmies_site

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Web3 Spotmies Website

readme_pic1 Screenshot 2023-04-24 185015 Screenshot 2023-04-24 184248


Description

This project is a website built using the Next.js framework. It features a number of third-party dependencies, such as axios for making HTTP requests, framer-motion for animations, and react-multi-carousel for creating carousels. The project also uses Sass for styling and TailwindCSS for utility classes.

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, first clone the repository:

git clone https://github.com/spotmies/web3_spotmies_site.git

Then, navigate into the project directory and install the dependencies using npm:

cd web3_spotmies_site  
npm install

Usage

To run the development server, run:

npm run dev

This will start the Next.js development server and you can view the site by navigating to http://localhost:3000 in your web browser.

To build the project for production, run:

npm run build

This will create an optimized production build of the project in the .next directory.

To start the production server, run:

npm run start

This will start the Next.js server in production mode and you can view the site by navigating to http://localhost:3000 in your web browser.


Additional Scripts

This project also includes additional scripts for linting and exporting the site.

To run linting checks, run:

npm run lint

This will check the project for any linting errors or warnings using the eslint-config-next configuration.

To export the site as a static site, run:

npm run export

This will build and export the site to the _static directory.

License

This project is licensed under the Apache 2.0 License. See the LICENSE file for more information.