]> git.lizzy.rs Git - frontend-next.git/commit
feat(frontend-next): 0.1.0 :star:
authorFuwn <fuwnzy@gmail.com>
Tue, 8 Mar 2022 13:56:17 +0000 (05:56 -0800)
committerFuwn <fuwnzy@gmail.com>
Tue, 8 Mar 2022 13:56:17 +0000 (05:56 -0800)
commitfd23f646585ce6380e11f5783564a9a14dad0d9b
tree194ecdc7f671521536a021ae63f0d717159e2d53
feat(frontend-next): 0.1.0 :star:
22 files changed:
.eslintrc.cjs [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.npmrc [new file with mode: 0644]
.prettierrc [new file with mode: 0644]
LICENSE [new file with mode: 0644]
README.md [new file with mode: 0644]
package.json [new file with mode: 0644]
playwright.config.js [new file with mode: 0644]
src/app.css [new file with mode: 0644]
src/app.html [new file with mode: 0644]
src/lib/api.ts [new file with mode: 0644]
src/lib/header/Header.svelte [new file with mode: 0644]
src/routes/__layout.svelte [new file with mode: 0644]
src/routes/index.svelte [new file with mode: 0644]
src/routes/language.svelte [new file with mode: 0644]
src/routes/languages.svelte [new file with mode: 0644]
static/favicon.png [new file with mode: 0644]
static/robots.txt [new file with mode: 0644]
svelte.config.js [new file with mode: 0644]
tests/test.js [new file with mode: 0644]
tsconfig.json [new file with mode: 0644]
yarn.lock [new file with mode: 0644]