Coder Social home page Coder Social logo

achrafbou1 / tinypage Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 48.14 MB

The open-source micro-site platform

License: GNU General Public License v3.0

Dockerfile 0.47% TypeScript 51.21% PLpgSQL 0.44% CSS 0.18% Vue 46.25% JavaScript 0.73% EJS 0.72%
fastify nodejs nuxtjs postgresql

tinypage's Introduction


Tinypage, the open-source micro-site platform

Version License Users



Getting started

To install Tinypage locally, follow our steps below or watch one of our available video installation guides! ๐Ÿ‘‰

Pre-requisites

To install Tinypage, please ensure you have the following installed.

Optionally, you can also provide API credentials for the following providers to enable additional features.

Setup with NPM

  1. Clone the repository
git clone https://github.com/achrafbou1/Tinypage
  1. Install the dependencies with NPM
cd api;npm install;cd ../editor;npm install;cd ../renderer;npm install;cd ../
  1. Run the setup script
npm run setup
  1. Build & launch Tinypage

Build all the modules

npm run build

Start the API in one terminal:

cd api; npm run start;

Start the editor in another terminal:

cd editor; PORT=8080 API_URL=http://localhost:5566 npm run start

Start the renderer in another terminal:

cd renderer; PORT=8081 API_URL=http://localhost:5566 npm run start

Development setup

The development setup is similar to the vanilla NPM setup, however comes with hot-reloading enabled.
๐Ÿšจ This should not be used in production ๐Ÿšจ

  1. Clone the repository
git clone https://github.com/achrafbou1/Tinypage
  1. Install the dependencies with NPM
cd api;npm install;cd ../editor;npm install;cd ../renderer;npm install;cd ../
  1. Run the setup script
npm run setup
  1. Launch Tinypage with hot-reloading enabled

Start the API in one terminal:

cd api; npm run dev;

Start the editor in another terminal:

cd editor; PORT=8080 API_URL=http://localhost:5566 npm run dev

Start the renderer in another terminal:

cd renderer; PORT=8081 API_URL=http://localhost:5566 npm run dev

Screenshots

Roadmap

See our open issues to see what we're building next, alongside a list of known bugs and suggestions.
Don't see what you're looking for? Submit an issue!

Support

Need help? Our community support is online 9AM-5PM EST M-F, and our enterprise support team is available 24/7/365 via (email, through our Facebook page). Please don't hesitate to get in touch, we love to help and we're often able to resolve issues within the hour!

Contributing

You can visit our Feedback page to request any additional features or report bugs:

Being open-source, we welcome and encourage all contributions to our project.

To make your first contribution, follow these steps:

  1. Fork the project
  2. Create your new feature's branch
  3. Make your changes
  4. Commit your changes & push
  5. Open a pull request

Acknowledgements

Special thanks to the Singlelink team for starting out the project and it's core features.

Our partners & sponsors

Singlelink team members

Tinypage team members



Tinypage, the open-source micro-site platform

Create your free micro-site in seconds at tinypage.app ๐Ÿ‘‰

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.