Skip to content

Commit de1aa51

Browse files
authored
Merge pull request #79 from teacoder-team/dev
Dev
2 parents 19ebee3 + d2b73a6 commit de1aa51

50 files changed

Lines changed: 1789 additions & 706 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

apps/web/.gitignore

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# deps
2+
/node_modules
3+
4+
# generated content
5+
.source
6+
7+
# test & build
8+
/coverage
9+
/.next/
10+
/out/
11+
/build
12+
*.tsbuildinfo
13+
14+
# misc
15+
.DS_Store
16+
*.pem
17+
/.pnp
18+
.pnp.js
19+
npm-debug.log*
20+
yarn-debug.log*
21+
yarn-error.log*
22+
23+
# others
24+
.env*.local
25+
.vercel
26+
next-env.d.ts

apps/www/src/content/docs/getting-started/installation.mdx renamed to apps/web/content/docs/getting-started/installation.mdx

File renamed without changes.

apps/www/src/content/docs/getting-started/introduction.mdx renamed to apps/web/content/docs/getting-started/introduction.mdx

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)