Skip to content

nicfv/app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 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

{
    "name": "<project>",
    "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

Contributors