holidays
holidays
This is a project written using Lucky. Enjoy!
Setting up the project
Installing crystall
curl -L https://raw.github.com/pine/crenv/master/install.sh | bash
echo 'export PATH="$HOME/.crenv/bin:$PATH"' >> ~/.your_profile
echo 'eval "$(crenv init -)"' >> ~/.your_profile
exec $SHELL -l
crenv install 1.7.1
crenv global 1.7.1
Installing Lucky
git clone https://github.com/luckyframework/lucky_cli
cd cd lucky_cli
git checkout v1.0.0
shards install --without-development
shards build --production
cp bin/lucky /usr/local/bin
lucky -v
- Install required dependencies
- Update database settings in
config/database.cr
- Run
script/setup
- Run
lucky dev
to start the app
Learning Lucky
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.
Repository
holidays
Owner
Statistic
- 0
- 0
- 0
- 0
- 8
- over 1 year ago
- May 24, 2023
License
Links
Synced at
Fri, 22 Nov 2024 03:19:31 GMT
Languages