From de4f6a23835641d3bec6246883f35bea26c3a62f Mon Sep 17 00:00:00 2001 From: Hri7566 Date: Fri, 15 Sep 2023 06:40:33 -0400 Subject: [PATCH] init --- .gitignore | 171 ++++++++++++++++++++++++++++++++++++++++++++++++++ README.md | 15 +++++ build.ts | 4 ++ bun.lockb | Bin 0 -> 1279 bytes package.json | 11 ++++ src/index.tsx | 1 + tsconfig.json | 22 +++++++ 7 files changed, 224 insertions(+) create mode 100644 .gitignore create mode 100644 README.md create mode 100644 build.ts create mode 100755 bun.lockb create mode 100644 package.json create mode 100644 src/index.tsx create mode 100644 tsconfig.json diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ffef292 --- /dev/null +++ b/.gitignore @@ -0,0 +1,171 @@ +build + +# Based on https://raw.githubusercontent.com/github/gitignore/main/Node.gitignore + +# Logs + +logs +_.log +npm-debug.log_ +yarn-debug.log* +yarn-error.log* +lerna-debug.log* +.pnpm-debug.log* + +# Diagnostic reports (https://nodejs.org/api/report.html) + +report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json + +# Runtime data + +pids +_.pid +_.seed +\*.pid.lock + +# Directory for instrumented libs generated by jscoverage/JSCover + +lib-cov + +# Coverage directory used by tools like istanbul + +coverage +\*.lcov + +# nyc test coverage + +.nyc_output + +# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) + +.grunt + +# Bower dependency directory (https://bower.io/) + +bower_components + +# node-waf configuration + +.lock-wscript + +# Compiled binary addons (https://nodejs.org/api/addons.html) + +build/Release + +# Dependency directories + +node_modules/ +jspm_packages/ + +# Snowpack dependency directory (https://snowpack.dev/) + +web_modules/ + +# TypeScript cache + +\*.tsbuildinfo + +# Optional npm cache directory + +.npm + +# Optional eslint cache + +.eslintcache + +# Optional stylelint cache + +.stylelintcache + +# Microbundle cache + +.rpt2_cache/ +.rts2_cache_cjs/ +.rts2_cache_es/ +.rts2_cache_umd/ + +# Optional REPL history + +.node_repl_history + +# Output of 'npm pack' + +\*.tgz + +# Yarn Integrity file + +.yarn-integrity + +# dotenv environment variable files + +.env +.env.development.local +.env.test.local +.env.production.local +.env.local + +# parcel-bundler cache (https://parceljs.org/) + +.cache +.parcel-cache + +# Next.js build output + +.next +out + +# Nuxt.js build / generate output + +.nuxt +dist + +# Gatsby files + +.cache/ + +# Comment in the public line in if your project uses Gatsby and not Next.js + +# https://nextjs.org/blog/next-9-1#public-directory-support + +# public + +# vuepress build output + +.vuepress/dist + +# vuepress v2.x temp and cache directory + +.temp +.cache + +# Docusaurus cache and generated files + +.docusaurus + +# Serverless directories + +.serverless/ + +# FuseBox cache + +.fusebox/ + +# DynamoDB Local files + +.dynamodb/ + +# TernJS port file + +.tern-port + +# Stores VSCode versions used for testing VSCode extensions + +.vscode-test + +# yarn v2 + +.yarn/cache +.yarn/unplugged +.yarn/build-state.yml +.yarn/install-state.gz +.pnp.\* diff --git a/README.md b/README.md new file mode 100644 index 0000000..fc3df7e --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# mpp-saturn + +To install dependencies: + +```bash +bun install +``` + +To run: + +```bash +bun run index.ts +``` + +This project was created using `bun init` in bun v1.0.0. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime. diff --git a/build.ts b/build.ts new file mode 100644 index 0000000..91c4482 --- /dev/null +++ b/build.ts @@ -0,0 +1,4 @@ +await Bun.build({ + entrypoints: ["src/index.tsx"], + outdir: "./build", +}); diff --git a/bun.lockb b/bun.lockb new file mode 100755 index 0000000000000000000000000000000000000000..67d0bba96957af04e9aaa891aa0f552b9fe7650c GIT binary patch literal 1279 zcmY#Z)GsYA(of3F(@)JSQ%EY!;{sycoc!eMw9K4T-L(9o+{6;yG6OCq1_p*BPZlln zmv|#}QsDcSv;VmGl7mYA?BHtI!Vz;XE8XR9V?GN|5fFgXf&d4Eg3}F9eicjsn9s$) z&>#Y2aRTYK-`Tz!1>5#lzezvaA@o{_5vqe+3TBZk&;To-`7rZfG%@Ca%z&8#Qjg02 z$N!HM!-%mEsD_aNVlJ}LEN^aIUnR_uacNmp?Oe}9f#*KY4QH)3{}*}Tf=}ERVYm1H zk^|N+EGeE7vt?OTceU>h&SwdsS6>KC5Hxw~nX-Xj8p-a!8>i%Uhaw3eG1-vV#4?fH zNt~Vo&>+16rMYa1i<0#+^NLFnb8_@x2~aPjC^gki!N@?NII}7>KTSu$L?JOJGd(Xq z4VY{o;NO1;0P(=?V1|gZKxrLQD$Dcoq{34dJDMq0?>S!4yA!10(7Y%7Ki2*6zCQw zmXsFdl~fj_7AF^F7L