Skip to content

Latest commit

 

History

History
71 lines (52 loc) · 2 KB

README.md

File metadata and controls

71 lines (52 loc) · 2 KB
run

Educational microsite focused on the benefits of running.
View site

Next.Js React Tailwind TypeScript
Prettier eslint


How to install

  # Clone the project
  git clone https://github.com/whosramoss/run/

  # Go to the project directory
  cd run

  # Install dependencies
  npm install

  # Start the server 
  npm run dev

How to build

  • Before generating the build, don't forget to update the metadata file and set isLocalMetadata = false.
  • To generate a static compilation, the next.config.mjs file must have the object below :
const staticbuild = {
  distDir: 'build',
  output: 'export',
  trailingSlash: true,
}
  • Run the command:
  npm run build

Contributing

If you want to contribute to run, please make sure to review the contribution guidelines. This project makes use of GitHub issues for tracking requests and bugs.

License

MIT License. LICENSE

Author

Gabriel Ramos (@whosramoss)