Skip to content
/ app Public

Free and open source software including tools, games, and more.

License

Notifications You must be signed in to change notification settings

nicfv/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apps

Free and open source software including tools, games, and more.

For Developers

Bun is the only prerequisite. Each project should live within www/<workspace>/<project>/ and must contain a package.json with a name and a start script to build the project for development or production. Source code files are cleaned out before deployment.

Start Script Format

{
    "start": "../../../cmd/start"
}

Build Individual Project

Development/watch Mode

bun start dev

Production Mode

bun start prod

About

Free and open source software including tools, games, and more.

Resources

License

Stars

Watchers

Forks