Allcancode Platform v5
  • Introduction
  • Getting started
  • Managing projects
    • The list of projects
    • Creating a project
    • Sharing projects with teams
    • Basic project settings
  • Creating UI layouts
    • The container
    • Basic components
    • Creating a component
    • Working with layout properties
    • Working with styling properties
    • Building responsive layouts
  • Writing frontend logic
    • Introducing Blockly
    • Handling data
      • Session
      • Variable
    • Binding inputs to data
    • Binding text to data
    • Visualizing a list
    • Handling events
    • Navigating between pages/screens
    • Sharing data between pages/screens/components
    • Using native components
    • Creating native components
    • Creating a library of functions
  • Creating a backend
    • Defining endpoints
    • Creating a library of backend functions
  • Testing and debugging
    • Previewing a web application
    • Previewing a mobile app
    • The build log
    • The debug panel
  • How-to Guides
    • Sync code with git
      • Sync with GitHub
      • Sync with Gitlab
      • Sync with Bitbucket
    • Publish web applications
      • Publish web apps to Vercel
      • Publish web apps to Netlify
    • Publish mobiles apps
      • Publish mobile apps to stores
      • Publish mobile apps to Expo Go
      • mobile app with Expo
    • Implementing authentication
    • Implementing authorization
    • Supporting multilingual UIs
  • Release Notes
    • Release notes
Powered by GitBook
On this page
  • 1. Open the project settings
  • General
  • Web
  • Mobile
  • Git integration
  • 2. When you are done, click on "Update" to save your changes

Was this helpful?

  1. Managing projects

Basic project settings

PreviousSharing projects with teamsNextThe container

Last updated 1 year ago

Was this helpful?

1. Open the project settings

The settings are split in sections:

  • General

  • Web/Mobile

  • Github/Bitbucket

General

From the first sub-section of the general settings you can rename your project, change the framework and select the main component (meaning the page that will act as the home page of your app).

In the second sub-section you can enter your environment variables (as you would in an .env file.

In the rest of the fields you have the option to manipulate the "App" file of your application by adding imports, code and providers.

Web

From the first sub-section of the web settings you can change the "title" of your pages, you can select if you want your app to be a PWA and optionally select an authentication provider.

In the second and third sub-sections you can connect respectively your Axiom and Sentry credentials to use them for logging in your project.

In the last sub-section your can add custom head entries to include in all your generated pages' html code.

Mobile

In the mobile settings you can edit various settings for the display of your application on a mobile device, including the app name and the icon.

You can also customize the text displayed when permissions are asked from the user, such as permission to access the camera of the phone.

If you want to use Expo to preview your application when building with the platform, you will have to enter your Expo and Apple credentials. More on how to do that on:

Git integration

You can get access to the generated code (e.g. to deploy your app) by connecting a repository via the project settings.

For more detailed information you can check out:

2. When you are done, click on "Update" to save your changes

mobile app with Expo
Sync code with git
Project settings button
Project settings - General
Project settings - Web
Project settings - Mobile
Project settings - Git
Project settings - Update