Skip to content

New landing page website for LiveTL, HyperChat and other projects rebuild.

License

Notifications You must be signed in to change notification settings

LiveTL/website-new

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Daniils Petrovs
Apr 30, 2024
070e399 · Apr 30, 2024

History

98 Commits
Sep 3, 2023
Apr 30, 2024
Feb 17, 2024
May 3, 2023
May 3, 2023
May 3, 2023
May 3, 2023
May 3, 2023
May 21, 2023
May 20, 2023
May 10, 2023
Jan 27, 2024
Apr 30, 2024
May 3, 2023
May 21, 2023
Jan 17, 2024
Oct 27, 2023
May 8, 2023
Jan 23, 2024

Repository files navigation

Developing

Once you've created a project and installed dependencies with npm install (or pnpm install or yarn), start a development server:

npm run dev

# or start the server and open the app in a new browser tab
npm run dev -- --open

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.