mirror of
https://github.com/PretendoNetwork/website.git
synced 2026-08-09 19:48:16 -05:00
20 lines
469 B
Markdown
20 lines
469 B
Markdown
# Pretendo website
|
|
|
|
This repository contains the source code for [our website](https://pretendo.network).
|
|
|
|
# Running locally for development
|
|
|
|
Prerequisites:
|
|
- Clone the repository
|
|
- Have NodeJS 20 or higher installed
|
|
|
|
Run the following in your terminal:
|
|
```bash
|
|
npm i
|
|
npm run dev
|
|
```
|
|
|
|
# Translation
|
|
|
|
If you'd like to help localize Pretendo Network, you can contribute to the translations on our project on [Weblate](https://hosted.weblate.org/engage/pretendonetwork/).
|