0. 사전 준비
rust
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
anaconda
https://www.anaconda.com/products/individual
1. RERL
$ cargo install evcxr_repl
에러 나면, Rust 버전 체크!
2. Jupyter
$ conda create --name evcxr
$ conda activate evcxr
$ conda install jupyter
$ conda install -y -c conda-forge nb_conda_kernels
$ cargo install evcxr_jupyter
$ evcxr_jupyter --install
$ jupyter notebook
짠하고 노트북이 브라우저에 딱!
- my-app 초기화
2. netlify.toml 추가하기
3. netlify 어댑터 설치
4. svelte.config.js 수정
5. github repo 생성
github에서 repo 생성 -> 코드 commit및 push -> netlify에서 git repo연결
6. netlify 배포
배포시 환경이 안맞을 때, 아래의 경로에서 추가하시면 됩니다.
Site settings > Build & deploy > Environment > Environment variables.
참조) https://docs.netlify.com/configure-builds/environment-variables/
IGListKit 과 Texture 사용시, 팁 코드
주로 사용하는 ListSectionController를 편하게 쓰기 위해 만들었습니다.