Projects
A project represents a single website managed by Micropage.
Each project has:
- a remote project on the Micropage platform
- a local folder (when using the CLI)
- a
.micropageconfiguration directory (when using the CLI)
Using the Web App
- Log in at app.micropage.sh.
- Click New Project and enter a name.
- The project opens in the editor immediately.
To switch between projects, return to the project list on the home screen.
Using the CLI
Create a new project:
micropage projects create mysite
This creates the project remotely and initializes a local folder.
List your projects:
micropage projects list
Fetch an existing project locally:
micropage projects fetch myproject
Show project details:
micropage projects show myproject
Delete a project:
micropage projects delete
Project files (CLI)
Your local project folder contains:
- page files (
.pageor.micropage) - uploaded assets referenced in markup
.micropageconfiguration (project ID, current build ID)