Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whosramoss/run

Educational microsite focused on the benefits of running.
https://github.com/whosramoss/run

nextjs reactjs tailwind typescript

Last synced: about 1 month ago
JSON representation

Educational microsite focused on the benefits of running.

Awesome Lists containing this project

README

        


run

RUN



Educational microsite focused on the benefits of running.


View site


Next.Js
React
Tailwind
TypeScript


Prettier
eslint



## How to install ⚡

```bash
# 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](./src/shared/meta.ts) file and set ```isLocalMetadata = false```.
- To generate a static compilation, the [next.config.mjs](./next.config.mjs) file must have the object below :
```bash
const staticbuild = {
distDir: 'build',
output: 'export',
trailingSlash: true,
}
```
- Run the command:
```bash
npm run build
```

## Contributing 📄
If you want to contribute to `run`, please make sure to review the [contribution guidelines](https://github.com/whosramoss/run/blob/master/CONTRIBUTING.md). This project makes use of [GitHub issues](https://github.com/whosramoss/run/issues) for
tracking requests and bugs.

## License 📄

MIT License. [LICENSE](./LICENSE)

## Author ✍️

Gabriel Ramos ([@whosramoss](https://github.com/whosramoss))