STRADES:

Strades is a social network for financial traders.

This is the source code for the Strades.info website. It is built using Nuxt.js and Tailwind CSS.

Pages

  1. Presentations - /presentations
  2. Pricing - /pricing
  3. Roadmap - /roadmap
  4. About - /about
  5. The Team - /team
  6. Contact Us - /contact
  7. Blog - /blog
  8. Help - /help
  9. Documentation - /documentation

Setup Locally

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Checkout the deployment documentation for more information.