Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tilepieces/tilepieces-node
Node version of tilepieces
https://github.com/tilepieces/tilepieces-node
application node
Last synced: about 1 month ago
JSON representation
Node version of tilepieces
- Host: GitHub
- URL: https://github.com/tilepieces/tilepieces-node
- Owner: tilepieces
- License: mit
- Created: 2021-11-18T18:30:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T15:57:45.000Z (over 2 years ago)
- Last Synced: 2025-01-09T16:04:41.362Z (about 1 month ago)
- Topics: application, node
- Language: HTML
- Homepage: https://www.npmjs.com/package/tilepieces
- Size: 1.58 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tilepieces - node version
This is the node version of the [tilepieces](https://tilepieces.net) application.
To start, you must have [node.js](https://nodejs.org) installed and then write in your terminal console
```
npm install tilepieces -g
```
Then navigate to the directory where you want to install the application.
Here you type
```
tilepieces install
```
to install the application. Use this command every time you want to update the application.
A page will open to you in your favorite browser.
Server port and host are set in [settings.json](https://github.com/tilepieces/tilepieces-node/blob/main/settings.json).
For subsequent times, just type
```
tilepieces
```
to start the application.Note that the whole process can also be performed locally installing tilepieces as a package dependency, by installing tilepieces without the
`g` command:
```
npm install tilepieces
```
and using `npx` in your commands, like this
```
npx tilepieces install
```
```
npx tilepieces
```
For more info about different tilepieces applications, please visit [releases](https://tilepieces.net/releases.html).