Skip to content

Commit

Permalink
Transafer2Next (#29)
Browse files Browse the repository at this point in the history
* Remove old files.

* Create next.js app template.

* Create page about rebuild.

* Update project config.

* Install tailwind

* Add repo vscode extensions
  • Loading branch information
petrkucerak authored Jan 27, 2022
1 parent 27af4d7 commit 38c79c7
Show file tree
Hide file tree
Showing 60 changed files with 2,470 additions and 37,255 deletions.
6 changes: 6 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"extends": "next",
"rules": {
"react-hooks/rules-of-hooks": 0
}
}
30 changes: 0 additions & 30 deletions .github/workflows/node.js.yml

This file was deleted.

35 changes: 33 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,35 @@
/node_modules/
/public/build/
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules
/.pnp
.pnp.js

# testing
/coverage

# next.js
/.next/
/out/
.next/*

# production
/build

# misc
.DS_Store
*.pem

# debug
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# local env files
.env.local
.env.development.local
.env.test.local
.env.production.local

# vercel
.vercel
10 changes: 10 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@

tasks:
- init: yarn
command: yarn dev

vscode:
extensions:
- dbaeumer.vscode-eslint
- bradlc.vscode-tailwindcss
- esbenp.prettier-vscode
18 changes: 0 additions & 18 deletions .vscode/settings.json

This file was deleted.

23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,27 +5,4 @@
*Představte si, že jste v Praze na procházce, ale najednou vás přepadne potřeba si zajít na velkou. Co uděláte? Není nic jednoduššího než vytáhnout mobilní telefon, přejít na stránku [deniksracu.online](https://deniksracu.online) a podívat se, jaká nejkvalitnější a nejbližší toaleta může vyřešit váš problém.*


## Projektova dokumentace

ve wiki projektu https://github.com/petrkucerak/deniksracu/wiki

## Get started

Install the dependencies...

```bash
cd svelte-app
npm install
```

...then start [Rollup](https://rollupjs.org):

```bash
npm run dev
```

Navigate to [localhost:5000](http://localhost:5000). You should see your app running. Edit a component file in `src`, save it, and reload the page to see your changes.

By default, the server will only respond to requests from localhost. To allow connections from other computers, edit the `sirv` commands in package.json to include the option `--host 0.0.0.0`.

If you're using [Visual Studio Code](https://code.visualstudio.com/) we recommend installing the official extension [Svelte for VS Code](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode). If you are using other editors you may need to install a plugin in order to get syntax highlighting and intellisense.
21 changes: 0 additions & 21 deletions azure-pipelines.yml

This file was deleted.

Loading

1 comment on commit 38c79c7

@vercel
Copy link

@vercel vercel bot commented on 38c79c7 Jan 27, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.