Educational microsite focused on the benefits of running.
View site
# 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
- 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
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.
MIT License. LICENSE
Gabriel Ramos (@whosramoss)