Skip to content

Commit 1b8de27

Browse files
Init tweeter oracle
1 parent 9d3858e commit 1b8de27

20 files changed

+9287
-0
lines changed

2-oracles/tweeter-oracle/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.snowpack
2+
build
3+
node_modules

2-oracles/tweeter-oracle/.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"trailingComma": "all"
4+
}

2-oracles/tweeter-oracle/README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# TwitterOracle
2+
3+
> ✨ Bootstrapped with Create Snowpack App (CSA).
4+
5+
### ./scrypto/build.sh
6+
7+
## Available Scripts
8+
9+
### npm start
10+
11+
Runs the app in the development mode.
12+
Open http://localhost:8080 to view it in the browser.
13+
14+
The page will reload if you make edits.
15+
You will also see any lint errors in the console.
16+
17+
### npm run build
18+
19+
Builds a static copy of your site to the `build/` folder.
20+
Your app is ready to be deployed!
21+
22+
**For the best production performance:** Add a build bundler plugin like [@snowpack/plugin-webpack](https://github.com/snowpackjs/snowpack/tree/main/plugins/plugin-webpack) or [snowpack-plugin-rollup-bundle](https://github.com/ParamagicDev/snowpack-plugin-rollup-bundle) to your `snowpack.config.mjs` config file.
23+
24+
### Q: What about Eject?
25+
26+
No eject needed! Snowpack guarantees zero lock-in, and CSA strives for the same.

0 commit comments

Comments
 (0)