https://github.com/hyperjumptech/directory-website
https://github.com/hyperjumptech/directory-website
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hyperjumptech/directory-website
- Owner: hyperjumptech
- Created: 2025-05-06T09:14:43.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-06T16:01:41.000Z (about 1 year ago)
- Last Synced: 2025-05-07T18:16:48.160Z (about 1 year ago)
- Language: TypeScript
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Development
- Install dependencies with `npm install --legacy-peer-deps`
- Create a `.env` file based on the `.env.example` file
- Run the development server with `npm run dev`
- Open [http://localhost:3000](http://localhost:3000) in your browser
# Deployment
To refresh the data, run the following command:
```bash
curl -X POST http://localhost:3000/api/refresh -H "Authorization: Bearer your-secret-api-key"
```