Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/whosramoss/run
- Owner: whosramoss
- License: mit
- Created: 2024-11-03T16:34:19.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-05T13:49:03.000Z (about 2 months ago)
- Last Synced: 2024-11-05T14:45:43.451Z (about 2 months ago)
- Topics: nextjs, reactjs, tailwind, typescript
- Language: TypeScript
- Homepage:
- Size: 896 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Educational microsite focused on the benefits of running.
View site
## 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))