Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jgeramb/squarespace-translate
Squarespace page translation using the DeepL API
https://github.com/jgeramb/squarespace-translate
Last synced: 14 days ago
JSON representation
Squarespace page translation using the DeepL API
- Host: GitHub
- URL: https://github.com/jgeramb/squarespace-translate
- Owner: jgeramb
- License: mit
- Created: 2023-11-05T21:36:48.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-11T14:59:49.000Z (about 1 year ago)
- Last Synced: 2024-11-12T17:18:43.373Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Squarespace Translate
## Setup
```bash
npm install
```## Development Server
Development server is available at `http://localhost:8080`.
```bash
npm run dev
```## Production Execution
```bash
node app.js
```