Skip to content

dartarcade/start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arcade Start

A starting point for your Arcade server.

Get Started

Create a .env file at the root and add the port variable:

echo "port=7331" > .env

Run build_runner build:

dart run build_runner build --delete-conflicting-outputs

Or to watch:

dart run build_runner watch --delete-conflicting-outputs

Serve your application:

arcade serve

About

A starting point for Arcade servers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages