Skip to content
/ run Public
generated from whosramoss/nt3

Educational microsite focused on the benefits of running.

License

Notifications You must be signed in to change notification settings

whosramoss/run

Repository files navigation

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)

About

Educational microsite focused on the benefits of running.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published