Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```