https://github.com/andcool-systems/pepeland-community
Сайт для общего домена pepeland.space
https://github.com/andcool-systems/pepeland-community
nextjs pepeland react
Last synced: about 1 month ago
JSON representation
Сайт для общего домена pepeland.space
- Host: GitHub
- URL: https://github.com/andcool-systems/pepeland-community
- Owner: Andcool-Systems
- Created: 2024-08-25T21:24:16.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-27T19:29:05.000Z (3 months ago)
- Last Synced: 2025-03-25T16:23:30.920Z (about 2 months ago)
- Topics: nextjs, pepeland, react
- Language: TypeScript
- Homepage: https://pepeland.space
- Size: 497 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Сайт для общего домена pepeland.space
## Настройка и запуск
1. Создайте в корне проекта `.env` файл, имеющий следующее содержание:
```
NEXT_PUBLIC_API_URL="https://api.pepeland.space"
```
2. Установите все зависимости `npm i`
3. Запустите сборку сайта `npm run build`
4. Запустите сайт `npm run start`После этого, сайт станет доступен по адресу `http://localhost:3000`